Html Css Color HEX #CCA029 Galliano

📋 copy color: '#CCA029'

red 204 ◦ green 160 ◦ blue 41

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

Shades of Galliano #CCA029

Tints of Galliano #CCA029

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.51%

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

R = 50.37%
G = 39.51%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCA029 (or 0xCCA029) is known color: Galliano. HEX triplet: CC, A0 and 29. RGB value is (204,160,41). Sum of RGB (Red+Green+Blue) = 204+160+41=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA029 is #335FD6. Grayscale: #A0A0A0. Windows color (decimal): -3366871 or 2728140. OLE color: 2728140.

HSL color Cylindrical-coordinate representation of color #CCA029: hue angle of 43.8º 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 #CCA029 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 41 -
CMYK 0 0.22 0.80 0.2
HSL 43.8º 0.67% 0.48% -
HSV(B) 43.8º 0.8% 0.8% -
XYZ 37.87 38.14 7.46 -
YUV 159.59 61.08 159.68 -
System Red Green Blue C M Y K H S L
Decimal 204 160 41 0 0.22 0.80 0.2 43.8 0.67 0.48
Hex CC A0 29 0 16 50 14 2C 43 30
Octal 314 240 51 0 26 120 24 54 103 60
Binary 11001100 10100000 101001 0 10110 1010000 10100 101100 1000011 110000

Color Harmonies of #CCA029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA029

Black with #CCA029

Text Example


Text Example

White with #CCA029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA029; }

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

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

background-color css

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

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

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

border-color css

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

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

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