Html Css Color HEX #CCAA1D Galliano

📋 copy color: '#CCAA1D'

red 204 ◦ green 170 ◦ blue 29

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

Shades of Galliano #CCAA1D

Tints of Galliano #CCAA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.2%

R = 50.62%
G = 42.18%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCAA1D (or 0xCCAA1D) is known color: Galliano. HEX triplet: CC, AA and 1D. RGB value is (204,170,29). Sum of RGB (Red+Green+Blue) = 204+170+29=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA1D is #3355E2. Grayscale: #A4A4A4. Windows color (decimal): -3364323 or 1944268. OLE color: 1944268.

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

Color convert

RGB 204 170 29 -
CMYK 0 0.17 0.86 0.2
HSL 48.34º 0.75% 0.46% -
HSV(B) 48.34º 0.86% 0.8% -
XYZ 39.5 41.68 7.12 -
YUV 164.09 51.76 156.46 -
System Red Green Blue C M Y K H S L
Decimal 204 170 29 0 0.17 0.86 0.2 48.34 0.75 0.46
Hex CC AA 1D 0 11 56 14 30 4B 2E
Octal 314 252 35 0 21 126 24 60 113 56
Binary 11001100 10101010 11101 0 10001 1010110 10100 110000 1001011 101110

Color Harmonies of #CCAA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA1D

Black with #CCAA1D

Text Example


Text Example

White with #CCAA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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