Html Css Color HEX #CCAE0C Bird Flower

📋 copy color: '#CCAE0C'

red 204 ◦ green 174 ◦ blue 12

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

Shades of Bird Flower #CCAE0C

Tints of Bird Flower #CCAE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 52.31%
G = 44.62%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCAE0C (or 0xCCAE0C) is known color: Bird Flower. HEX triplet: CC, AE and 0C. RGB value is (204,174,12). Sum of RGB (Red+Green+Blue) = 204+174+12=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAE0C is #3351F3. Grayscale: #A5A5A5. Windows color (decimal): -3363316 or 831180. OLE color: 831180.

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

Color convert

RGB 204 174 12 -
CMYK 0 0.15 0.94 0.2
HSL 50.63º 0.89% 0.42% -
HSV(B) 50.63º 0.94% 0.8% -
XYZ 40.1 43.14 6.56 -
YUV 164.5 41.94 156.17 -
System Red Green Blue C M Y K H S L
Decimal 204 174 12 0 0.15 0.94 0.2 50.63 0.89 0.42
Hex CC AE C 0 F 5E 14 33 59 2A
Octal 314 256 14 0 17 136 24 63 131 52
Binary 11001100 10101110 1100 0 1111 1011110 10100 110011 1011001 101010

Color Harmonies of #CCAE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE0C

Black with #CCAE0C

Text Example


Text Example

White with #CCAE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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