Html Css Color HEX #CFB112 Bird Flower

📋 copy color: '#CFB112'

red 207 ◦ green 177 ◦ blue 18

#CFB112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CFB112

Tints of Bird Flower #CFB112

RGB

 RED value IS 207 (81.25% from 255) = 51.49%

 GREEN value IS 177 (69.53% from 255) = 44.03%

 BLUE value IS 18 (7.42% from 255) = 4.48%

R = 51.49%
G = 44.03%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFB112 (or 0xCFB112) is known color: Bird Flower. HEX triplet: CF, B1 and 12. RGB value is (207,177,18). Sum of RGB (Red+Green+Blue) = 207+177+18=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB112 is #304EED. Grayscale: #A8A8A8. Windows color (decimal): -3165934 or 1225167. OLE color: 1225167.

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

Color convert

RGB 207 177 18 -
CMYK 0 0.14 0.91 0.19
HSL 50.48º 0.84% 0.44% -
HSV(B) 50.48º 0.91% 0.81% -
XYZ 41.56 44.75 7.02 -
YUV 167.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 207 177 18 0 0.14 0.91 0.19 50.48 0.84 0.44
Hex CF B1 12 0 E 5B 13 32 54 2C
Octal 317 261 22 0 16 133 23 62 124 54
Binary 11001111 10110001 10010 0 1110 1011011 10011 110010 1010100 101100

Color Harmonies of #CFB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB112

Black with #CFB112

Text Example


Text Example

White with #CFB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB112; }

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

 H1.HeaderClassName
 {
   color: #CFB112;
 }
 .AnyTagClassName
 {
   color: #CFB112;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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