Html Css Color HEX #CCA613 Galliano

📋 copy color: '#CCA613'

red 204 ◦ green 166 ◦ blue 19

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

Shades of Galliano #CCA613

Tints of Galliano #CCA613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.67%

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

R = 52.44%
G = 42.67%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCA613 (or 0xCCA613) is known color: Galliano. HEX triplet: CC, A6 and 13. RGB value is (204,166,19). Sum of RGB (Red+Green+Blue) = 204+166+19=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA613 is #3359EC. Grayscale: #A1A1A1. Windows color (decimal): -3365357 or 1287884. OLE color: 1287884.

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

Color convert

RGB 204 166 19 -
CMYK 0 0.19 0.91 0.2
HSL 47.68º 0.83% 0.44% -
HSV(B) 47.68º 0.91% 0.8% -
XYZ 38.66 40.16 6.33 -
YUV 160.6 48.09 158.95 -
System Red Green Blue C M Y K H S L
Decimal 204 166 19 0 0.19 0.91 0.2 47.68 0.83 0.44
Hex CC A6 13 0 13 5B 14 30 53 2C
Octal 314 246 23 0 23 133 24 60 123 54
Binary 11001100 10100110 10011 0 10011 1011011 10100 110000 1010011 101100

Color Harmonies of #CCA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA613

Black with #CCA613

Text Example


Text Example

White with #CCA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA613; }

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

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

background-color css

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

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

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

border-color css

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

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

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