Html Css Color HEX #CCA521 Galliano

📋 copy color: '#CCA521'

red 204 ◦ green 165 ◦ blue 33

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

Shades of Galliano #CCA521

Tints of Galliano #CCA521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.21%

R = 50.75%
G = 41.04%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCA521 (or 0xCCA521) is known color: Galliano. HEX triplet: CC, A5 and 21. RGB value is (204,165,33). Sum of RGB (Red+Green+Blue) = 204+165+33=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA521 is #335ADE. Grayscale: #A2A2A2. Windows color (decimal): -3365599 or 2205132. OLE color: 2205132.

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

Color convert

RGB 204 165 33 -
CMYK 0 0.19 0.84 0.2
HSL 46.32º 0.72% 0.46% -
HSV(B) 46.32º 0.84% 0.8% -
XYZ 38.63 39.86 7.1 -
YUV 161.61 55.42 158.23 -
System Red Green Blue C M Y K H S L
Decimal 204 165 33 0 0.19 0.84 0.2 46.32 0.72 0.46
Hex CC A5 21 0 13 54 14 2E 48 2E
Octal 314 245 41 0 23 124 24 56 110 56
Binary 11001100 10100101 100001 0 10011 1010100 10100 101110 1001000 101110

Color Harmonies of #CCA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA521

Black with #CCA521

Text Example


Text Example

White with #CCA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA521; }

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

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

background-color css

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

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

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

border-color css

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

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

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