#CFBB18

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

Shades of Bird Flower #CFBB18

Tints of Bird Flower #CFBB18

Color information

#CFBB18 (or 0xCFBB18) is unknown color: approx Bird Flower. HEX triplet: CF, BB and 18. RGB value is (207,187,24). Sum of RGB (Red+Green+Blue) = 207+187+24=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBB18 is #3044E7. Grayscale: #AFAFAF. Windows color (decimal): -3163368 or 1620943. OLE color: 1620943.

HSL color Cylindrical-coordinate representation of color #CFBB18: hue angle of 53.44º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFBB18 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB20718724-
CMYK00.100.880.19
HSL53.44º79.22%45.29%-
HSV(B)53.44º88.41%81.18%-
XYZ43.6748.878-
YUV174.443.13151.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.52%
GREEN value IS 187 (73.44% from 255) = 44.74%
BLUE value IS 24 (9.77% from 255) = 5.74%
R=49.52%
G=44.74%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071872400.100.880.1953.4479.2245.29
HexCFBB180A5813354f2d
Octal31727330012130236511755
Binary110011111011101111000010101011000100111101011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBB18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBB18; }

 p { color: rgb(207,187,24); }

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

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

 a { background-color: rgb(207,187,24); }

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

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

 span { border-color: rgb(207,187,24); }

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