Html Css Color HEX #CCA811 Galliano

📋 copy color: '#CCA811'

red 204 ◦ green 168 ◦ blue 17

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

Shades of Galliano #CCA811

Tints of Galliano #CCA811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.37%

R = 52.44%
G = 43.19%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCA811 (or 0xCCA811) is known color: Galliano. HEX triplet: CC, A8 and 11. RGB value is (204,168,17). Sum of RGB (Red+Green+Blue) = 204+168+17=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA811 is #3357EE. Grayscale: #A2A2A2. Windows color (decimal): -3364847 or 1157324. OLE color: 1157324.

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

Color convert

RGB 204 168 17 -
CMYK 0 0.18 0.92 0.2
HSL 48.45º 0.85% 0.43% -
HSV(B) 48.45º 0.92% 0.8% -
XYZ 39.01 40.88 6.37 -
YUV 161.55 46.43 158.28 -
System Red Green Blue C M Y K H S L
Decimal 204 168 17 0 0.18 0.92 0.2 48.45 0.85 0.43
Hex CC A8 11 0 12 5C 14 30 55 2B
Octal 314 250 21 0 22 134 24 60 125 53
Binary 11001100 10101000 10001 0 10010 1011100 10100 110000 1010101 101011

Color Harmonies of #CCA811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA811

Black with #CCA811

Text Example


Text Example

White with #CCA811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA811; }

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

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

background-color css

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

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

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

border-color css

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

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

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