Html Css Color HEX #CCA429 Galliano

📋 copy color: '#CCA429'

red 204 ◦ green 164 ◦ blue 41

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

Shades of Galliano #CCA429

Tints of Galliano #CCA429

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

 BLUE value IS 41 (16.41% from 255) = 10.02%

R = 49.88%
G = 40.1%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCA429 (or 0xCCA429) is known color: Galliano. HEX triplet: CC, A4 and 29. RGB value is (204,164,41). Sum of RGB (Red+Green+Blue) = 204+164+41=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA429 is #335BD6. Grayscale: #A2A2A2. Windows color (decimal): -3365847 or 2729164. OLE color: 2729164.

HSL color Cylindrical-coordinate representation of color #CCA429: hue angle of 45.28º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCA429 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 41 -
CMYK 0 0.20 0.80 0.2
HSL 45.28º 0.67% 0.48% -
HSV(B) 45.28º 0.8% 0.8% -
XYZ 38.58 39.55 7.7 -
YUV 161.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 204 164 41 0 0.20 0.80 0.2 45.28 0.67 0.48
Hex CC A4 29 0 14 50 14 2D 43 30
Octal 314 244 51 0 24 120 24 55 103 60
Binary 11001100 10100100 101001 0 10100 1010000 10100 101101 1000011 110000

Color Harmonies of #CCA429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA429

Black with #CCA429

Text Example


Text Example

White with #CCA429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA429; }

 p { color: rgb(204,164,41); }

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

background-color css

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

 a { background-color: rgb(204,164,41); }

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

border-color css

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

 span { border-color: rgb(204,164,41); }

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