Html Css Color HEX #CFAE09 Bird Flower

📋 copy color: '#CFAE09'

red 207 ◦ green 174 ◦ blue 9

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

Shades of Bird Flower #CFAE09

Tints of Bird Flower #CFAE09

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.62%

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

R = 53.08%
G = 44.62%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CFAE09 (or 0xCFAE09) is known color: Bird Flower. HEX triplet: CF, AE and 09. RGB value is (207,174,9). Sum of RGB (Red+Green+Blue) = 207+174+9=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 9 (3.91% from 255 or 2.31% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAE09 is #3051F6. Grayscale: #A5A5A5. Windows color (decimal): -3166711 or 634575. OLE color: 634575.

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

Color convert

RGB 207 174 9 -
CMYK 0 0.16 0.96 0.19
HSL 50º 0.92% 0.42% -
HSV(B) 50º 0.96% 0.81% -
XYZ 40.92 43.56 6.51 -
YUV 165.06 39.93 157.92 -
System Red Green Blue C M Y K H S L
Decimal 207 174 9 0 0.16 0.96 0.19 50 0.92 0.42
Hex CF AE 9 0 10 60 13 32 5C 2A
Octal 317 256 11 0 20 140 23 62 134 52
Binary 11001111 10101110 1001 0 10000 1100000 10011 110010 1011100 101010

Color Harmonies of #CFAE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE09

Black with #CFAE09

Text Example


Text Example

White with #CFAE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE09; }

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

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

background-color css

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

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

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

border-color css

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

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

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