Html Css Color HEX #CCA52C Galliano

📋 copy color: '#CCA52C'

red 204 ◦ green 165 ◦ blue 44

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

Shades of Galliano #CCA52C

Tints of Galliano #CCA52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.65%

R = 49.39%
G = 39.95%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCA52C (or 0xCCA52C) is known color: Galliano. HEX triplet: CC, A5 and 2C. RGB value is (204,165,44). Sum of RGB (Red+Green+Blue) = 204+165+44=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA52C is #335AD3. Grayscale: #A3A3A3. Windows color (decimal): -3365588 or 2926028. OLE color: 2926028.

HSL color Cylindrical-coordinate representation of color #CCA52C: hue angle of 45.38º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCA52C is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 44 -
CMYK 0 0.19 0.78 0.2
HSL 45.38º 0.65% 0.49% -
HSV(B) 45.38º 0.78% 0.8% -
XYZ 38.81 39.93 8.04 -
YUV 162.87 60.92 157.34 -
System Red Green Blue C M Y K H S L
Decimal 204 165 44 0 0.19 0.78 0.2 45.38 0.65 0.49
Hex CC A5 2C 0 13 4E 14 2D 41 31
Octal 314 245 54 0 23 116 24 55 101 61
Binary 11001100 10100101 101100 0 10011 1001110 10100 101101 1000001 110001

Color Harmonies of #CCA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA52C

Black with #CCA52C

Text Example


Text Example

White with #CCA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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