Html Css Color HEX #CCA721 Galliano

📋 copy color: '#CCA721'

red 204 ◦ green 167 ◦ blue 33

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

Shades of Galliano #CCA721

Tints of Galliano #CCA721

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.34%

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

R = 50.5%
G = 41.34%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCA721 (or 0xCCA721) is known color: Galliano. HEX triplet: CC, A7 and 21. RGB value is (204,167,33). Sum of RGB (Red+Green+Blue) = 204+167+33=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA721 is #3358DE. Grayscale: #A3A3A3. Windows color (decimal): -3365087 or 2205644. OLE color: 2205644.

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

Color convert

RGB 204 167 33 -
CMYK 0 0.18 0.84 0.2
HSL 47.02º 0.72% 0.46% -
HSV(B) 47.02º 0.84% 0.8% -
XYZ 39 40.58 7.22 -
YUV 162.79 54.76 157.4 -
System Red Green Blue C M Y K H S L
Decimal 204 167 33 0 0.18 0.84 0.2 47.02 0.72 0.46
Hex CC A7 21 0 12 54 14 2F 48 2E
Octal 314 247 41 0 22 124 24 57 110 56
Binary 11001100 10100111 100001 0 10010 1010100 10100 101111 1001000 101110

Color Harmonies of #CCA721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA721

Black with #CCA721

Text Example


Text Example

White with #CCA721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA721; }

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

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

background-color css

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

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

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

border-color css

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

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

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