Html Css Color HEX #CFAE06 Bird Flower

📋 copy color: '#CFAE06'

red 207 ◦ green 174 ◦ blue 6

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

Shades of Bird Flower #CFAE06

Tints of Bird Flower #CFAE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 53.49%
G = 44.96%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CFAE06 (or 0xCFAE06) is known color: Bird Flower. HEX triplet: CF, AE and 06. RGB value is (207,174,6). Sum of RGB (Red+Green+Blue) = 207+174+6=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAE06 is #3051F9. Grayscale: #A5A5A5. Windows color (decimal): -3166714 or 437967. OLE color: 437967.

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

Color convert

RGB 207 174 6 -
CMYK 0 0.16 0.97 0.19
HSL 50.15º 0.94% 0.42% -
HSV(B) 50.15º 0.97% 0.81% -
XYZ 40.9 43.55 6.42 -
YUV 164.72 38.43 158.16 -
System Red Green Blue C M Y K H S L
Decimal 207 174 6 0 0.16 0.97 0.19 50.15 0.94 0.42
Hex CF AE 6 0 10 61 13 32 5E 2A
Octal 317 256 6 0 20 141 23 62 136 52
Binary 11001111 10101110 110 0 10000 1100001 10011 110010 1011110 101010

Color Harmonies of #CFAE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE06

Black with #CFAE06

Text Example


Text Example

White with #CFAE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE06; }

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

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

background-color css

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

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

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

border-color css

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

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

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