Html Css Color HEX #CCA522 Galliano

📋 copy color: '#CCA522'

red 204 ◦ green 165 ◦ blue 34

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

Shades of Galliano #CCA522

Tints of Galliano #CCA522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.44%

R = 50.62%
G = 40.94%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCA522 (or 0xCCA522) is known color: Galliano. HEX triplet: CC, A5 and 22. RGB value is (204,165,34). Sum of RGB (Red+Green+Blue) = 204+165+34=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA522 is #335ADD. Grayscale: #A2A2A2. Windows color (decimal): -3365598 or 2270668. OLE color: 2270668.

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

Color convert

RGB 204 165 34 -
CMYK 0 0.19 0.83 0.2
HSL 46.24º 0.71% 0.47% -
HSV(B) 46.24º 0.83% 0.8% -
XYZ 38.65 39.86 7.17 -
YUV 161.73 55.92 158.15 -
System Red Green Blue C M Y K H S L
Decimal 204 165 34 0 0.19 0.83 0.2 46.24 0.71 0.47
Hex CC A5 22 0 13 53 14 2E 47 2F
Octal 314 245 42 0 23 123 24 56 107 57
Binary 11001100 10100101 100010 0 10011 1010011 10100 101110 1000111 101111

Color Harmonies of #CCA522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA522

Black with #CCA522

Text Example


Text Example

White with #CCA522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA522; }

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

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

background-color css

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

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

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

border-color css

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

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

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