Html Css Color HEX #CCA529 Galliano

📋 copy color: '#CCA529'

red 204 ◦ green 165 ◦ blue 41

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

Shades of Galliano #CCA529

Tints of Galliano #CCA529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.24%

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

R = 49.76%
G = 40.24%
B = 10%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCA529 (or 0xCCA529) is known color: Galliano. HEX triplet: CC, A5 and 29. RGB value is (204,165,41). Sum of RGB (Red+Green+Blue) = 204+165+41=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA529 is #335AD6. Grayscale: #A3A3A3. Windows color (decimal): -3365591 or 2729420. OLE color: 2729420.

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

Color convert

RGB 204 165 41 -
CMYK 0 0.19 0.80 0.2
HSL 45.64º 0.67% 0.48% -
HSV(B) 45.64º 0.8% 0.8% -
XYZ 38.76 39.91 7.76 -
YUV 162.53 59.42 157.58 -
System Red Green Blue C M Y K H S L
Decimal 204 165 41 0 0.19 0.80 0.2 45.64 0.67 0.48
Hex CC A5 29 0 13 50 14 2E 43 30
Octal 314 245 51 0 23 120 24 56 103 60
Binary 11001100 10100101 101001 0 10011 1010000 10100 101110 1000011 110000

Color Harmonies of #CCA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA529

Black with #CCA529

Text Example


Text Example

White with #CCA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA529; }

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

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

background-color css

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

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

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

border-color css

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

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

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