Html Css Color HEX #CCAE0A Bird Flower

📋 copy color: '#CCAE0A'

red 204 ◦ green 174 ◦ blue 10

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

Shades of Bird Flower #CCAE0A

Tints of Bird Flower #CCAE0A

RGB

 RED value IS 204 (80.08% from 255) = 52.58%

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

 BLUE value IS 10 (4.3% from 255) = 2.58%

R = 52.58%
G = 44.85%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCAE0A (or 0xCCAE0A) is known color: Bird Flower. HEX triplet: CC, AE and 0A. RGB value is (204,174,10). Sum of RGB (Red+Green+Blue) = 204+174+10=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAE0A is #3351F5. Grayscale: #A4A4A4. Windows color (decimal): -3363318 or 700108. OLE color: 700108.

HSL color Cylindrical-coordinate representation of color #CCAE0A: hue angle of 50.72º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCAE0A is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 174 10 -
CMYK 0 0.15 0.95 0.2
HSL 50.72º 0.91% 0.42% -
HSV(B) 50.72º 0.95% 0.8% -
XYZ 40.09 43.13 6.5 -
YUV 164.27 40.94 156.34 -
System Red Green Blue C M Y K H S L
Decimal 204 174 10 0 0.15 0.95 0.2 50.72 0.91 0.42
Hex CC AE A 0 F 5F 14 33 5B 2A
Octal 314 256 12 0 17 137 24 63 133 52
Binary 11001100 10101110 1010 0 1111 1011111 10100 110011 1011011 101010

Color Harmonies of #CCAE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE0A

Black with #CCAE0A

Text Example


Text Example

White with #CCAE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE0A; }

 p { color: rgb(204,174,10); }

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

background-color css

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

 a { background-color: rgb(204,174,10); }

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

border-color css

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

 span { border-color: rgb(204,174,10); }

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