#CFB812

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

Shades of Bird Flower #CFB812

Tints of Bird Flower #CFB812

Color information

#CFB812 (or 0xCFB812) is unknown color: approx Bird Flower. HEX triplet: CF, B8 and 12. RGB value is (207,184,18). Sum of RGB (Red+Green+Blue) = 207+184+18=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB812 is #3047ED. Grayscale: #ACACAC. Windows color (decimal): -3164142 or 1226959. OLE color: 1226959.

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

Color convert

RGB20718418-
CMYK00.110.910.19
HSL52.7º84%44.12%-
HSV(B)52.7º91.3%81.18%-
XYZ42.9847.597.49-
YUV171.9541.12153-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.61%
GREEN value IS 184 (72.27% from 255) = 44.99%
BLUE value IS 18 (7.42% from 255) = 4.40%
R=50.61%
G=44.99%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071841800.110.910.1952.78444.12
HexCFB8120B5B1335542c
Octal31727022013133236512454
Binary110011111011100010010010111011011100111101011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB812; }

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

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

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

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

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

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

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

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