Html Css Color HEX #CCA024 Galliano

📋 copy color: '#CCA024'

red 204 ◦ green 160 ◦ blue 36

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

Shades of Galliano #CCA024

Tints of Galliano #CCA024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9%

R = 51%
G = 40%
B = 9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCA024 (or 0xCCA024) is known color: Galliano. HEX triplet: CC, A0 and 24. RGB value is (204,160,36). Sum of RGB (Red+Green+Blue) = 204+160+36=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 36 (14.45% from 255 or 9% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA024 is #335FDB. Grayscale: #9F9F9F. Windows color (decimal): -3366876 or 2400460. OLE color: 2400460.

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

Color convert

RGB 204 160 36 -
CMYK 0 0.22 0.82 0.2
HSL 44.29º 0.7% 0.47% -
HSV(B) 44.29º 0.82% 0.8% -
XYZ 37.79 38.11 7.03 -
YUV 159.02 58.58 160.08 -
System Red Green Blue C M Y K H S L
Decimal 204 160 36 0 0.22 0.82 0.2 44.29 0.7 0.47
Hex CC A0 24 0 16 52 14 2C 46 2F
Octal 314 240 44 0 26 122 24 54 106 57
Binary 11001100 10100000 100100 0 10110 1010010 10100 101100 1000110 101111

Color Harmonies of #CCA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA024

Black with #CCA024

Text Example


Text Example

White with #CCA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA024; }

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

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

background-color css

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

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

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

border-color css

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

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

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