Html Css Color HEX #CCA817 Galliano

📋 copy color: '#CCA817'

red 204 ◦ green 168 ◦ blue 23

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

Shades of Galliano #CCA817

Tints of Galliano #CCA817

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

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

R = 51.65%
G = 42.53%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCA817 (or 0xCCA817) is known color: Galliano. HEX triplet: CC, A8 and 17. RGB value is (204,168,23). Sum of RGB (Red+Green+Blue) = 204+168+23=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA817 is #3357E8. Grayscale: #A2A2A2. Windows color (decimal): -3364841 or 1550540. OLE color: 1550540.

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

Color convert

RGB 204 168 23 -
CMYK 0 0.18 0.89 0.2
HSL 48.07º 0.8% 0.45% -
HSV(B) 48.07º 0.89% 0.8% -
XYZ 39.06 40.9 6.65 -
YUV 162.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 204 168 23 0 0.18 0.89 0.2 48.07 0.8 0.45
Hex CC A8 17 0 12 59 14 30 50 2D
Octal 314 250 27 0 22 131 24 60 120 55
Binary 11001100 10101000 10111 0 10010 1011001 10100 110000 1010000 101101

Color Harmonies of #CCA817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA817

Black with #CCA817

Text Example


Text Example

White with #CCA817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA817; }

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

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

background-color css

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

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

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

border-color css

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

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

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