Html Css Color HEX #CCA02C Galliano

📋 copy color: '#CCA02C'

red 204 ◦ green 160 ◦ blue 44

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

Shades of Galliano #CCA02C

Tints of Galliano #CCA02C

RGB

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

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

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

R = 50%
G = 39.22%
B = 10.78%

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

#CCA02C (or 0xCCA02C) is known color: Galliano. HEX triplet: CC, A0 and 2C. RGB value is (204,160,44). Sum of RGB (Red+Green+Blue) = 204+160+44=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA02C is #335FD3. Grayscale: #A0A0A0. Windows color (decimal): -3366868 or 2924748. OLE color: 2924748.

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

Color convert

RGB 204 160 44 -
CMYK 0 0.22 0.78 0.2
HSL 43.5º 0.65% 0.49% -
HSV(B) 43.5º 0.78% 0.8% -
XYZ 37.93 38.16 7.75 -
YUV 159.93 62.58 159.43 -
System Red Green Blue C M Y K H S L
Decimal 204 160 44 0 0.22 0.78 0.2 43.5 0.65 0.49
Hex CC A0 2C 0 16 4E 14 2C 41 31
Octal 314 240 54 0 26 116 24 54 101 61
Binary 11001100 10100000 101100 0 10110 1001110 10100 101100 1000001 110001

Color Harmonies of #CCA02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA02C

Black with #CCA02C

Text Example


Text Example

White with #CCA02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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