#CFB918

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

Shades of Bird Flower #CFB918

Tints of Bird Flower #CFB918

Color information

#CFB918 (or 0xCFB918) is unknown color: approx Bird Flower. HEX triplet: CF, B9 and 18. RGB value is (207,185,24). Sum of RGB (Red+Green+Blue) = 207+185+24=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB918 is #3046E7. Grayscale: #ADADAD. Windows color (decimal): -3163880 or 1620431. OLE color: 1620431.

HSL color Cylindrical-coordinate representation of color #CFB918: hue angle of 52.79º 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 #CFB918 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB20718524-
CMYK00.110.880.19
HSL52.79º79.22%45.29%-
HSV(B)52.79º88.41%81.18%-
XYZ43.2548.037.86-
YUV173.2243.79152.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.76%
GREEN value IS 185 (72.66% from 255) = 44.47%
BLUE value IS 24 (9.77% from 255) = 5.77%
R=49.76%
G=44.47%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071852400.110.880.1952.7979.2245.29
HexCFB9180B5813354f2d
Octal31727130013130236511755
Binary110011111011100111000010111011000100111101011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB918; }

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

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

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

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

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

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

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

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