Html Css Color HEX #CCAA1E Galliano

📋 copy color: '#CCAA1E'

red 204 ◦ green 170 ◦ blue 30

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

Shades of Galliano #CCAA1E

Tints of Galliano #CCAA1E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.08%

 BLUE value IS 30 (12.11% from 255) = 7.43%

R = 50.5%
G = 42.08%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCAA1E (or 0xCCAA1E) is known color: Galliano. HEX triplet: CC, AA and 1E. RGB value is (204,170,30). Sum of RGB (Red+Green+Blue) = 204+170+30=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA1E is #3355E1. Grayscale: #A4A4A4. Windows color (decimal): -3364322 or 2009804. OLE color: 2009804.

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

Color convert

RGB 204 170 30 -
CMYK 0 0.17 0.85 0.2
HSL 48.28º 0.74% 0.46% -
HSV(B) 48.28º 0.85% 0.8% -
XYZ 39.51 41.68 7.19 -
YUV 164.21 52.26 156.38 -
System Red Green Blue C M Y K H S L
Decimal 204 170 30 0 0.17 0.85 0.2 48.28 0.74 0.46
Hex CC AA 1E 0 11 55 14 30 4A 2E
Octal 314 252 36 0 21 125 24 60 112 56
Binary 11001100 10101010 11110 0 10001 1010101 10100 110000 1001010 101110

Color Harmonies of #CCAA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA1E

Black with #CCAA1E

Text Example


Text Example

White with #CCAA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA1E; }

 p { color: rgb(204,170,30); }

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

background-color css

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

 a { background-color: rgb(204,170,30); }

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

border-color css

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

 span { border-color: rgb(204,170,30); }

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