Html Css Color HEX #CFAE05 Bird Flower

📋 copy color: '#CFAE05'

red 207 ◦ green 174 ◦ blue 5

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

Shades of Bird Flower #CFAE05

Tints of Bird Flower #CFAE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 53.63%
G = 45.08%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CFAE05 (or 0xCFAE05) is known color: Bird Flower. HEX triplet: CF, AE and 05. RGB value is (207,174,5). Sum of RGB (Red+Green+Blue) = 207+174+5=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAE05 is #3051FA. Grayscale: #A5A5A5. Windows color (decimal): -3166715 or 372431. OLE color: 372431.

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

Color convert

RGB 207 174 5 -
CMYK 0 0.16 0.98 0.19
HSL 50.2º 0.95% 0.42% -
HSV(B) 50.2º 0.98% 0.81% -
XYZ 40.9 43.55 6.39 -
YUV 164.6 37.93 158.24 -
System Red Green Blue C M Y K H S L
Decimal 207 174 5 0 0.16 0.98 0.19 50.2 0.95 0.42
Hex CF AE 5 0 10 62 13 32 5F 2A
Octal 317 256 5 0 20 142 23 62 137 52
Binary 11001111 10101110 101 0 10000 1100010 10011 110010 1011111 101010

Color Harmonies of #CFAE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE05

Black with #CFAE05

Text Example


Text Example

White with #CFAE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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