Html Css Color HEX #CFAE02 Bird Flower

📋 copy color: '#CFAE02'

red 207 ◦ green 174 ◦ blue 2

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

Shades of Bird Flower #CFAE02

Tints of Bird Flower #CFAE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 54.05%
G = 45.43%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CFAE02 (or 0xCFAE02) is known color: Bird Flower. HEX triplet: CF, AE and 02. RGB value is (207,174,2). Sum of RGB (Red+Green+Blue) = 207+174+2=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAE02 is #3051FD. Grayscale: #A4A4A4. Windows color (decimal): -3166718 or 175823. OLE color: 175823.

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

Color convert

RGB 207 174 2 -
CMYK 0 0.16 0.99 0.19
HSL 50.34º 0.98% 0.41% -
HSV(B) 50.34º 0.99% 0.81% -
XYZ 40.88 43.54 6.31 -
YUV 164.26 36.43 158.49 -
System Red Green Blue C M Y K H S L
Decimal 207 174 2 0 0.16 0.99 0.19 50.34 0.98 0.41
Hex CF AE 2 0 10 63 13 32 62 29
Octal 317 256 2 0 20 143 23 62 142 51
Binary 11001111 10101110 10 0 10000 1100011 10011 110010 1100010 101001

Color Harmonies of #CFAE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE02

Black with #CFAE02

Text Example


Text Example

White with #CFAE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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