Html Css Color HEX #CCA52A Galliano

📋 copy color: '#CCA52A'

red 204 ◦ green 165 ◦ blue 42

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

Shades of Galliano #CCA52A

Tints of Galliano #CCA52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.22%

R = 49.64%
G = 40.15%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCA52A (or 0xCCA52A) is known color: Galliano. HEX triplet: CC, A5 and 2A. RGB value is (204,165,42). Sum of RGB (Red+Green+Blue) = 204+165+42=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA52A is #335AD5. Grayscale: #A3A3A3. Windows color (decimal): -3365590 or 2794956. OLE color: 2794956.

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

Color convert

RGB 204 165 42 -
CMYK 0 0.19 0.79 0.2
HSL 45.56º 0.66% 0.48% -
HSV(B) 45.56º 0.79% 0.8% -
XYZ 38.77 39.91 7.85 -
YUV 162.64 59.92 157.5 -
System Red Green Blue C M Y K H S L
Decimal 204 165 42 0 0.19 0.79 0.2 45.56 0.66 0.48
Hex CC A5 2A 0 13 4F 14 2E 42 30
Octal 314 245 52 0 23 117 24 56 102 60
Binary 11001100 10100101 101010 0 10011 1001111 10100 101110 1000010 110000

Color Harmonies of #CCA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA52A

Black with #CCA52A

Text Example


Text Example

White with #CCA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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