Html Css Color HEX #CCAE0E Bird Flower

📋 copy color: '#CCAE0E'

red 204 ◦ green 174 ◦ blue 14

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

Shades of Bird Flower #CCAE0E

Tints of Bird Flower #CCAE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.57%

R = 52.04%
G = 44.39%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCAE0E (or 0xCCAE0E) is known color: Bird Flower. HEX triplet: CC, AE and 0E. RGB value is (204,174,14). Sum of RGB (Red+Green+Blue) = 204+174+14=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAE0E is #3351F1. Grayscale: #A5A5A5. Windows color (decimal): -3363314 or 962252. OLE color: 962252.

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

Color convert

RGB 204 174 14 -
CMYK 0 0.15 0.93 0.2
HSL 50.53º 0.87% 0.43% -
HSV(B) 50.53º 0.93% 0.8% -
XYZ 40.12 43.14 6.63 -
YUV 164.73 42.94 156.01 -
System Red Green Blue C M Y K H S L
Decimal 204 174 14 0 0.15 0.93 0.2 50.53 0.87 0.43
Hex CC AE E 0 F 5D 14 33 57 2B
Octal 314 256 16 0 17 135 24 63 127 53
Binary 11001100 10101110 1110 0 1111 1011101 10100 110011 1010111 101011

Color Harmonies of #CCAE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE0E

Black with #CCAE0E

Text Example


Text Example

White with #CCAE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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