Html Css Color HEX #CCA814 Galliano

📋 copy color: '#CCA814'

red 204 ◦ green 168 ◦ blue 20

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

Shades of Galliano #CCA814

Tints of Galliano #CCA814

RGB

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

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

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

R = 52.04%
G = 42.86%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCA814 (or 0xCCA814) is known color: Galliano. HEX triplet: CC, A8 and 14. RGB value is (204,168,20). Sum of RGB (Red+Green+Blue) = 204+168+20=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA814 is #3357EB. Grayscale: #A2A2A2. Windows color (decimal): -3364844 or 1353932. OLE color: 1353932.

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

Color convert

RGB 204 168 20 -
CMYK 0 0.18 0.90 0.2
HSL 48.26º 0.82% 0.44% -
HSV(B) 48.26º 0.9% 0.8% -
XYZ 39.03 40.89 6.5 -
YUV 161.89 47.93 158.03 -
System Red Green Blue C M Y K H S L
Decimal 204 168 20 0 0.18 0.90 0.2 48.26 0.82 0.44
Hex CC A8 14 0 12 5A 14 30 52 2C
Octal 314 250 24 0 22 132 24 60 122 54
Binary 11001100 10101000 10100 0 10010 1011010 10100 110000 1010010 101100

Color Harmonies of #CCA814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA814

Black with #CCA814

Text Example


Text Example

White with #CCA814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA814; }

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

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

background-color css

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

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

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

border-color css

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

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

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