Html Css Color HEX #CCA813 Galliano

📋 copy color: '#CCA813'

red 204 ◦ green 168 ◦ blue 19

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

Shades of Galliano #CCA813

Tints of Galliano #CCA813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.86%

R = 52.17%
G = 42.97%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCA813 (or 0xCCA813) is known color: Galliano. HEX triplet: CC, A8 and 13. RGB value is (204,168,19). Sum of RGB (Red+Green+Blue) = 204+168+19=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA813 is #3357EC. Grayscale: #A2A2A2. Windows color (decimal): -3364845 or 1288396. OLE color: 1288396.

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

Color convert

RGB 204 168 19 -
CMYK 0 0.18 0.91 0.2
HSL 48.32º 0.83% 0.44% -
HSV(B) 48.32º 0.91% 0.8% -
XYZ 39.02 40.89 6.45 -
YUV 161.78 47.43 158.12 -
System Red Green Blue C M Y K H S L
Decimal 204 168 19 0 0.18 0.91 0.2 48.32 0.83 0.44
Hex CC A8 13 0 12 5B 14 30 53 2C
Octal 314 250 23 0 22 133 24 60 123 54
Binary 11001100 10101000 10011 0 10010 1011011 10100 110000 1010011 101100

Color Harmonies of #CCA813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA813

Black with #CCA813

Text Example


Text Example

White with #CCA813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA813; }

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

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

background-color css

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

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

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

border-color css

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

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

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