#CFB612

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

Shades of Bird Flower #CFB612

Tints of Bird Flower #CFB612

Color information

#CFB612 (or 0xCFB612) is unknown color: approx Bird Flower. HEX triplet: CF, B6 and 12. RGB value is (207,182,18). Sum of RGB (Red+Green+Blue) = 207+182+18=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB612 is #3049ED. Grayscale: #ABABAB. Windows color (decimal): -3164654 or 1226447. OLE color: 1226447.

HSL color Cylindrical-coordinate representation of color #CFB612: hue angle of 52.06º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFB612 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB20718218-
CMYK00.120.910.19
HSL52.06º84%44.12%-
HSV(B)52.06º91.3%81.18%-
XYZ42.5746.767.36-
YUV170.7841.78153.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.86%
GREEN value IS 182 (71.48% from 255) = 44.72%
BLUE value IS 18 (7.42% from 255) = 4.42%
R=50.86%
G=44.72%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071821800.120.910.1952.068444.12
HexCFB6120C5B1334542c
Octal31726622014133236412454
Binary110011111011011010010011001011011100111101001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB612; }

 p { color: rgb(207,182,18); }

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

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

 a { background-color: rgb(207,182,18); }

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

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

 span { border-color: rgb(207,182,18); }

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