Html Css Color HEX #CCAE20 Galliano

📋 copy color: '#CCAE20'

red 204 ◦ green 174 ◦ blue 32

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

Shades of Galliano #CCAE20

Tints of Galliano #CCAE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.8%

R = 49.76%
G = 42.44%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCAE20 (or 0xCCAE20) is known color: Galliano. HEX triplet: CC, AE and 20. RGB value is (204,174,32). Sum of RGB (Red+Green+Blue) = 204+174+32=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE20 is #3351DF. Grayscale: #A7A7A7. Windows color (decimal): -3363296 or 2141900. OLE color: 2141900.

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

Color convert

RGB 204 174 32 -
CMYK 0 0.15 0.84 0.2
HSL 49.53º 0.73% 0.46% -
HSV(B) 49.53º 0.84% 0.8% -
XYZ 40.3 43.21 7.58 -
YUV 166.78 51.94 154.55 -
System Red Green Blue C M Y K H S L
Decimal 204 174 32 0 0.15 0.84 0.2 49.53 0.73 0.46
Hex CC AE 20 0 F 54 14 32 49 2E
Octal 314 256 40 0 17 124 24 62 111 56
Binary 11001100 10101110 100000 0 1111 1010100 10100 110010 1001001 101110

Color Harmonies of #CCAE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE20

Black with #CCAE20

Text Example


Text Example

White with #CCAE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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