Html Css Color HEX #CCA921 Galliano

📋 copy color: '#CCA921'

red 204 ◦ green 169 ◦ blue 33

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

Shades of Galliano #CCA921

Tints of Galliano #CCA921

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.63%

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

R = 50.25%
G = 41.63%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCA921 (or 0xCCA921) is known color: Galliano. HEX triplet: CC, A9 and 21. RGB value is (204,169,33). Sum of RGB (Red+Green+Blue) = 204+169+33=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA921 is #3356DE. Grayscale: #A4A4A4. Windows color (decimal): -3364575 or 2206156. OLE color: 2206156.

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

Color convert

RGB 204 169 33 -
CMYK 0 0.17 0.84 0.2
HSL 47.72º 0.72% 0.46% -
HSV(B) 47.72º 0.84% 0.8% -
XYZ 39.36 41.32 7.34 -
YUV 163.96 54.1 156.56 -
System Red Green Blue C M Y K H S L
Decimal 204 169 33 0 0.17 0.84 0.2 47.72 0.72 0.46
Hex CC A9 21 0 11 54 14 30 48 2E
Octal 314 251 41 0 21 124 24 60 110 56
Binary 11001100 10101001 100001 0 10001 1010100 10100 110000 1001000 101110

Color Harmonies of #CCA921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA921

Black with #CCA921

Text Example


Text Example

White with #CCA921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA921; }

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

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

background-color css

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

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

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

border-color css

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

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

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