Html Css Color HEX #CCA021 Galliano

📋 copy color: '#CCA021'

red 204 ◦ green 160 ◦ blue 33

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

Shades of Galliano #CCA021

Tints of Galliano #CCA021

RGB

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

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

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

R = 51.39%
G = 40.3%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCA021 (or 0xCCA021) is known color: Galliano. HEX triplet: CC, A0 and 21. RGB value is (204,160,33). Sum of RGB (Red+Green+Blue) = 204+160+33=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA021 is #335FDE. Grayscale: #9F9F9F. Windows color (decimal): -3366879 or 2203852. OLE color: 2203852.

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

Color convert

RGB 204 160 33 -
CMYK 0 0.22 0.84 0.2
HSL 44.56º 0.72% 0.46% -
HSV(B) 44.56º 0.84% 0.8% -
XYZ 37.75 38.09 6.8 -
YUV 158.68 57.08 160.33 -
System Red Green Blue C M Y K H S L
Decimal 204 160 33 0 0.22 0.84 0.2 44.56 0.72 0.46
Hex CC A0 21 0 16 54 14 2D 48 2E
Octal 314 240 41 0 26 124 24 55 110 56
Binary 11001100 10100000 100001 0 10110 1010100 10100 101101 1001000 101110

Color Harmonies of #CCA021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA021

Black with #CCA021

Text Example


Text Example

White with #CCA021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA021; }

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

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

background-color css

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

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

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

border-color css

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

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

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