#CFB912

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

Shades of Bird Flower #CFB912

Tints of Bird Flower #CFB912

Color information

#CFB912 (or 0xCFB912) is unknown color: approx Bird Flower. HEX triplet: CF, B9 and 12. RGB value is (207,185,18). Sum of RGB (Red+Green+Blue) = 207+185+18=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB912 is #3046ED. Grayscale: #ADADAD. Windows color (decimal): -3163886 or 1227215. OLE color: 1227215.

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

Color convert

RGB20718518-
CMYK00.110.910.19
HSL53.02º84%44.12%-
HSV(B)53.02º91.3%81.18%-
XYZ43.1948.017.56-
YUV172.5440.79152.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.49%
GREEN value IS 185 (72.66% from 255) = 45.12%
BLUE value IS 18 (7.42% from 255) = 4.39%
R=50.49%
G=45.12%
B=4.39%

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
Decimal2071851800.110.910.1953.028444.12
HexCFB9120B5B1335542c
Octal31727122013133236512454
Binary110011111011100110010010111011011100111101011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB912; }

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

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

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

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

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

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

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

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