Html Css Color HEX #CCA818 Galliano

📋 copy color: '#CCA818'

red 204 ◦ green 168 ◦ blue 24

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

Shades of Galliano #CCA818

Tints of Galliano #CCA818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.06%

R = 51.52%
G = 42.42%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCA818 (or 0xCCA818) is known color: Galliano. HEX triplet: CC, A8 and 18. RGB value is (204,168,24). Sum of RGB (Red+Green+Blue) = 204+168+24=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA818 is #3357E7. Grayscale: #A2A2A2. Windows color (decimal): -3364840 or 1616076. OLE color: 1616076.

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

Color convert

RGB 204 168 24 -
CMYK 0 0.18 0.88 0.2
HSL 48º 0.79% 0.45% -
HSV(B) 48º 0.88% 0.8% -
XYZ 39.07 40.91 6.7 -
YUV 162.35 49.93 157.71 -
System Red Green Blue C M Y K H S L
Decimal 204 168 24 0 0.18 0.88 0.2 48 0.79 0.45
Hex CC A8 18 0 12 58 14 30 4F 2D
Octal 314 250 30 0 22 130 24 60 117 55
Binary 11001100 10101000 11000 0 10010 1011000 10100 110000 1001111 101101

Color Harmonies of #CCA818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA818

Black with #CCA818

Text Example


Text Example

White with #CCA818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA818; }

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

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

background-color css

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

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

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

border-color css

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

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

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