#D0BB1C

Color #D0BB1C Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #D0BB1C

Tints of Bird Flower #D0BB1C

Color information

#D0BB1C (or 0xD0BB1C) is unknown color: approx Bird Flower. HEX triplet: D0, BB and 1C. RGB value is (208,187,28). Sum of RGB (Red+Green+Blue) = 208+187+28=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BB1C is #2F44E3. Grayscale: #AFAFAF. Windows color (decimal): -3097828 or 1883088. OLE color: 1883088.

HSL color Cylindrical-coordinate representation of color #D0BB1C: hue angle of 53º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0BB1C is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB20818728-
CMYK00.100.870.18
HSL53º76.27%46.27%-
HSV(B)53º86.54%81.57%-
XYZ43.9949.038.24-
YUV175.1544.96151.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 49.17%
GREEN value IS 187 (73.44% from 255) = 44.21%
BLUE value IS 28 (11.33% from 255) = 6.62%
R=49.17%
G=44.21%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081872800.100.870.185376.2746.27
HexD0BB1C0A5712354c2e
Octal32027334012127226511456
Binary110100001011101111100010101010111100101101011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB1C; }

 p { color: rgb(208,187,28); }

 H1.HeaderClassName
 {
   color: #D0BB1C;
 }
 .AnyTagClassName
 {
   color: #D0BB1C;
 }
</style>
background-color css

<style>
 a { background-color: #D0BB1C; }

 a { background-color: rgb(208,187,28); }

 div.DivClassName
 {
   background-color: #D0BB1C;
 }
 .BgClassName
 {
   background-color: #D0BB1C;
 }
</style>
border-color css

<style>
 span { border-color: #D0BB1C; }

 span { border-color: rgb(208,187,28); }

 td.TdClassName
 {
   border-color: #D0BB1C;
 }
 .TagClassName
 {
   border-color: #D0BB1C;
 }
</style>