Html Css Color HEX #CCA617 Galliano

📋 copy color: '#CCA617'

red 204 ◦ green 166 ◦ blue 23

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

Shades of Galliano #CCA617

Tints of Galliano #CCA617

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.24%

 BLUE value IS 23 (9.38% from 255) = 5.85%

R = 51.91%
G = 42.24%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCA617 (or 0xCCA617) is known color: Galliano. HEX triplet: CC, A6 and 17. RGB value is (204,166,23). Sum of RGB (Red+Green+Blue) = 204+166+23=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA617 is #3359E8. Grayscale: #A1A1A1. Windows color (decimal): -3365353 or 1550028. OLE color: 1550028.

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

Color convert

RGB 204 166 23 -
CMYK 0 0.19 0.89 0.2
HSL 47.4º 0.8% 0.45% -
HSV(B) 47.4º 0.89% 0.8% -
XYZ 38.69 40.17 6.53 -
YUV 161.06 50.09 158.63 -
System Red Green Blue C M Y K H S L
Decimal 204 166 23 0 0.19 0.89 0.2 47.4 0.8 0.45
Hex CC A6 17 0 13 59 14 2F 50 2D
Octal 314 246 27 0 23 131 24 57 120 55
Binary 11001100 10100110 10111 0 10011 1011001 10100 101111 1010000 101101

Color Harmonies of #CCA617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA617

Black with #CCA617

Text Example


Text Example

White with #CCA617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA617; }

 p { color: rgb(204,166,23); }

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

background-color css

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

 a { background-color: rgb(204,166,23); }

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

border-color css

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

 span { border-color: rgb(204,166,23); }

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