Html Css Color HEX #CCA614 Galliano

📋 copy color: '#CCA614'

red 204 ◦ green 166 ◦ blue 20

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

Shades of Galliano #CCA614

Tints of Galliano #CCA614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.13%

R = 52.31%
G = 42.56%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCA614 (or 0xCCA614) is known color: Galliano. HEX triplet: CC, A6 and 14. RGB value is (204,166,20). Sum of RGB (Red+Green+Blue) = 204+166+20=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA614 is #3359EB. Grayscale: #A1A1A1. Windows color (decimal): -3365356 or 1353420. OLE color: 1353420.

HSL color Cylindrical-coordinate representation of color #CCA614: hue angle of 47.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCA614 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 166 20 -
CMYK 0 0.19 0.90 0.2
HSL 47.61º 0.82% 0.44% -
HSV(B) 47.61º 0.9% 0.8% -
XYZ 38.66 40.16 6.38 -
YUV 160.72 48.59 158.87 -
System Red Green Blue C M Y K H S L
Decimal 204 166 20 0 0.19 0.90 0.2 47.61 0.82 0.44
Hex CC A6 14 0 13 5A 14 30 52 2C
Octal 314 246 24 0 23 132 24 60 122 54
Binary 11001100 10100110 10100 0 10011 1011010 10100 110000 1010010 101100

Color Harmonies of #CCA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA614

Black with #CCA614

Text Example


Text Example

White with #CCA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA614; }

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

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

background-color css

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

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

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

border-color css

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

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

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