Html Css Color HEX #CCA714 Galliano

📋 copy color: '#CCA714'

red 204 ◦ green 167 ◦ blue 20

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

Shades of Galliano #CCA714

Tints of Galliano #CCA714

RGB

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

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

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

R = 52.17%
G = 42.71%
B = 5.12%

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

#CCA714 (or 0xCCA714) is known color: Galliano. HEX triplet: CC, A7 and 14. RGB value is (204,167,20). Sum of RGB (Red+Green+Blue) = 204+167+20=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA714 is #3358EB. Grayscale: #A1A1A1. Windows color (decimal): -3365100 or 1353676. OLE color: 1353676.

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

Color convert

RGB 204 167 20 -
CMYK 0 0.18 0.90 0.2
HSL 47.93º 0.82% 0.44% -
HSV(B) 47.93º 0.9% 0.8% -
XYZ 38.85 40.53 6.44 -
YUV 161.31 48.26 158.45 -
System Red Green Blue C M Y K H S L
Decimal 204 167 20 0 0.18 0.90 0.2 47.93 0.82 0.44
Hex CC A7 14 0 12 5A 14 30 52 2C
Octal 314 247 24 0 22 132 24 60 122 54
Binary 11001100 10100111 10100 0 10010 1011010 10100 110000 1010010 101100

Color Harmonies of #CCA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA714

Black with #CCA714

Text Example


Text Example

White with #CCA714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA714; }

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

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

background-color css

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

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

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

border-color css

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

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

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