Html Css Color HEX #CCA417 Galliano

📋 copy color: '#CCA417'

red 204 ◦ green 164 ◦ blue 23

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

Shades of Galliano #CCA417

Tints of Galliano #CCA417

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.94%

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

R = 52.17%
G = 41.94%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCA417 (or 0xCCA417) is known color: Galliano. HEX triplet: CC, A4 and 17. RGB value is (204,164,23). Sum of RGB (Red+Green+Blue) = 204+164+23=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA417 is #335BE8. Grayscale: #A0A0A0. Windows color (decimal): -3365865 or 1549516. OLE color: 1549516.

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

Color convert

RGB 204 164 23 -
CMYK 0 0.20 0.89 0.2
HSL 46.74º 0.8% 0.45% -
HSV(B) 46.74º 0.89% 0.8% -
XYZ 38.33 39.45 6.4 -
YUV 159.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 204 164 23 0 0.20 0.89 0.2 46.74 0.8 0.45
Hex CC A4 17 0 14 59 14 2F 50 2D
Octal 314 244 27 0 24 131 24 57 120 55
Binary 11001100 10100100 10111 0 10100 1011001 10100 101111 1010000 101101

Color Harmonies of #CCA417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA417

Black with #CCA417

Text Example


Text Example

White with #CCA417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA417; }

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

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

background-color css

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

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

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

border-color css

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

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

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