Html Css Color HEX #CCA917 Galliano

📋 copy color: '#CCA917'

red 204 ◦ green 169 ◦ blue 23

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

Shades of Galliano #CCA917

Tints of Galliano #CCA917

RGB

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

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

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

R = 51.52%
G = 42.68%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCA917 (or 0xCCA917) is known color: Galliano. HEX triplet: CC, A9 and 17. RGB value is (204,169,23). Sum of RGB (Red+Green+Blue) = 204+169+23=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA917 is #3356E8. Grayscale: #A3A3A3. Windows color (decimal): -3364585 or 1550796. OLE color: 1550796.

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

Color convert

RGB 204 169 23 -
CMYK 0 0.17 0.89 0.2
HSL 48.4º 0.8% 0.45% -
HSV(B) 48.4º 0.89% 0.8% -
XYZ 39.24 41.28 6.71 -
YUV 162.82 49.1 157.37 -
System Red Green Blue C M Y K H S L
Decimal 204 169 23 0 0.17 0.89 0.2 48.4 0.8 0.45
Hex CC A9 17 0 11 59 14 30 50 2D
Octal 314 251 27 0 21 131 24 60 120 55
Binary 11001100 10101001 10111 0 10001 1011001 10100 110000 1010000 101101

Color Harmonies of #CCA917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA917

Black with #CCA917

Text Example


Text Example

White with #CCA917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA917; }

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

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

background-color css

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

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

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

border-color css

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

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

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