Html Css Color HEX #CCA829 Galliano

📋 copy color: '#CCA829'

red 204 ◦ green 168 ◦ blue 41

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

Shades of Galliano #CCA829

Tints of Galliano #CCA829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.93%

R = 49.39%
G = 40.68%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCA829 (or 0xCCA829) is known color: Galliano. HEX triplet: CC, A8 and 29. RGB value is (204,168,41). Sum of RGB (Red+Green+Blue) = 204+168+41=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA829 is #3357D6. Grayscale: #A4A4A4. Windows color (decimal): -3364823 or 2730188. OLE color: 2730188.

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

Color convert

RGB 204 168 41 -
CMYK 0 0.18 0.80 0.2
HSL 46.75º 0.67% 0.48% -
HSV(B) 46.75º 0.8% 0.8% -
XYZ 39.3 41 7.94 -
YUV 164.29 58.43 156.33 -
System Red Green Blue C M Y K H S L
Decimal 204 168 41 0 0.18 0.80 0.2 46.75 0.67 0.48
Hex CC A8 29 0 12 50 14 2F 43 30
Octal 314 250 51 0 22 120 24 57 103 60
Binary 11001100 10101000 101001 0 10010 1010000 10100 101111 1000011 110000

Color Harmonies of #CCA829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA829

Black with #CCA829

Text Example


Text Example

White with #CCA829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA829; }

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

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

background-color css

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

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

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

border-color css

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

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

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