Html Css Color HEX #CCA718 Galliano

📋 copy color: '#CCA718'

red 204 ◦ green 167 ◦ blue 24

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

Shades of Galliano #CCA718

Tints of Galliano #CCA718

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.28%

 BLUE value IS 24 (9.77% from 255) = 6.08%

R = 51.65%
G = 42.28%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCA718 (or 0xCCA718) is known color: Galliano. HEX triplet: CC, A7 and 18. RGB value is (204,167,24). Sum of RGB (Red+Green+Blue) = 204+167+24=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA718 is #3358E7. Grayscale: #A2A2A2. Windows color (decimal): -3365096 or 1615820. OLE color: 1615820.

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

Color convert

RGB 204 167 24 -
CMYK 0 0.18 0.88 0.2
HSL 47.67º 0.79% 0.45% -
HSV(B) 47.67º 0.88% 0.8% -
XYZ 38.89 40.54 6.64 -
YUV 161.76 50.26 158.13 -
System Red Green Blue C M Y K H S L
Decimal 204 167 24 0 0.18 0.88 0.2 47.67 0.79 0.45
Hex CC A7 18 0 12 58 14 30 4F 2D
Octal 314 247 30 0 22 130 24 60 117 55
Binary 11001100 10100111 11000 0 10010 1011000 10100 110000 1001111 101101

Color Harmonies of #CCA718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA718

Black with #CCA718

Text Example


Text Example

White with #CCA718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA718; }

 p { color: rgb(204,167,24); }

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

background-color css

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

 a { background-color: rgb(204,167,24); }

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

border-color css

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

 span { border-color: rgb(204,167,24); }

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