Html Css Color HEX #CFB212 Bird Flower

📋 copy color: '#CFB212'

red 207 ◦ green 178 ◦ blue 18

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

Shades of Bird Flower #CFB212

Tints of Bird Flower #CFB212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.17%

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

R = 51.36%
G = 44.17%
B = 4.47%

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

#CFB212 (or 0xCFB212) is known color: Bird Flower. HEX triplet: CF, B2 and 12. RGB value is (207,178,18). Sum of RGB (Red+Green+Blue) = 207+178+18=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB212 is #304DED. Grayscale: #A9A9A9. Windows color (decimal): -3165678 or 1225423. OLE color: 1225423.

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

Color convert

RGB 207 178 18 -
CMYK 0 0.14 0.91 0.19
HSL 50.79º 0.84% 0.44% -
HSV(B) 50.79º 0.91% 0.81% -
XYZ 41.76 45.15 7.09 -
YUV 168.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 207 178 18 0 0.14 0.91 0.19 50.79 0.84 0.44
Hex CF B2 12 0 E 5B 13 33 54 2C
Octal 317 262 22 0 16 133 23 63 124 54
Binary 11001111 10110010 10010 0 1110 1011011 10011 110011 1010100 101100

Color Harmonies of #CFB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB212

Black with #CFB212

Text Example


Text Example

White with #CFB212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB212; }

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

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

background-color css

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

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

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

border-color css

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

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

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