Html Css Color HEX #CCA11C Galliano

📋 copy color: '#CCA11C'

red 204 ◦ green 161 ◦ blue 28

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

Shades of Galliano #CCA11C

Tints of Galliano #CCA11C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.97%

 BLUE value IS 28 (11.33% from 255) = 7.12%

R = 51.91%
G = 40.97%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCA11C (or 0xCCA11C) is known color: Galliano. HEX triplet: CC, A1 and 1C. RGB value is (204,161,28). Sum of RGB (Red+Green+Blue) = 204+161+28=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA11C is #335EE3. Grayscale: #9F9F9F. Windows color (decimal): -3366628 or 1876428. OLE color: 1876428.

HSL color Cylindrical-coordinate representation of color #CCA11C: hue angle of 45.34º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCA11C is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 28 -
CMYK 0 0.21 0.86 0.2
HSL 45.34º 0.76% 0.45% -
HSV(B) 45.34º 0.86% 0.8% -
XYZ 37.86 38.41 6.52 -
YUV 158.7 54.25 160.31 -
System Red Green Blue C M Y K H S L
Decimal 204 161 28 0 0.21 0.86 0.2 45.34 0.76 0.45
Hex CC A1 1C 0 15 56 14 2D 4C 2D
Octal 314 241 34 0 25 126 24 55 114 55
Binary 11001100 10100001 11100 0 10101 1010110 10100 101101 1001100 101101

Color Harmonies of #CCA11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA11C

Black with #CCA11C

Text Example


Text Example

White with #CCA11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA11C; }

 p { color: rgb(204,161,28); }

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

background-color css

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

 a { background-color: rgb(204,161,28); }

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

border-color css

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

 span { border-color: rgb(204,161,28); }

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