Html Css Color HEX #CCA02D Galliano

📋 copy color: '#CCA02D'

red 204 ◦ green 160 ◦ blue 45

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

Shades of Galliano #CCA02D

Tints of Galliano #CCA02D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.12%

 BLUE value IS 45 (17.97% from 255) = 11%

R = 49.88%
G = 39.12%
B = 11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCA02D (or 0xCCA02D) is known color: Galliano. HEX triplet: CC, A0 and 2D. RGB value is (204,160,45). Sum of RGB (Red+Green+Blue) = 204+160+45=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA02D is #335FD2. Grayscale: #A0A0A0. Windows color (decimal): -3366867 or 2990284. OLE color: 2990284.

HSL color Cylindrical-coordinate representation of color #CCA02D: hue angle of 43.4º degrees, saturation: 0.64, 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 #CCA02D is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 45 -
CMYK 0 0.22 0.78 0.2
HSL 43.4º 0.64% 0.49% -
HSV(B) 43.4º 0.78% 0.8% -
XYZ 37.95 38.17 7.85 -
YUV 160.05 63.08 159.35 -
System Red Green Blue C M Y K H S L
Decimal 204 160 45 0 0.22 0.78 0.2 43.4 0.64 0.49
Hex CC A0 2D 0 16 4E 14 2B 40 31
Octal 314 240 55 0 26 116 24 53 100 61
Binary 11001100 10100000 101101 0 10110 1001110 10100 101011 1000000 110001

Color Harmonies of #CCA02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA02D

Black with #CCA02D

Text Example


Text Example

White with #CCA02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA02D; }

 p { color: rgb(204,160,45); }

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

background-color css

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

 a { background-color: rgb(204,160,45); }

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

border-color css

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

 span { border-color: rgb(204,160,45); }

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