Html Css Color HEX #CFB209 Bird Flower

📋 copy color: '#CFB209'

red 207 ◦ green 178 ◦ blue 9

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

Shades of Bird Flower #CFB209

Tints of Bird Flower #CFB209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.28%

R = 52.54%
G = 45.18%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CFB209 (or 0xCFB209) is known color: Bird Flower. HEX triplet: CF, B2 and 09. RGB value is (207,178,9). Sum of RGB (Red+Green+Blue) = 207+178+9=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB209 is #304DF6. Grayscale: #A8A8A8. Windows color (decimal): -3165687 or 635599. OLE color: 635599.

HSL color Cylindrical-coordinate representation of color #CFB209: hue angle of 51.21º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFB209 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 9 -
CMYK 0 0.14 0.96 0.19
HSL 51.21º 0.92% 0.42% -
HSV(B) 51.21º 0.96% 0.81% -
XYZ 41.7 45.13 6.77 -
YUV 167.41 38.61 156.24 -
System Red Green Blue C M Y K H S L
Decimal 207 178 9 0 0.14 0.96 0.19 51.21 0.92 0.42
Hex CF B2 9 0 E 60 13 33 5C 2A
Octal 317 262 11 0 16 140 23 63 134 52
Binary 11001111 10110010 1001 0 1110 1100000 10011 110011 1011100 101010

Color Harmonies of #CFB209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB209

Black with #CFB209

Text Example


Text Example

White with #CFB209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB209; }

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

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

background-color css

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

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

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

border-color css

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

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

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