Html Css Color HEX #CCA629 Galliano

📋 copy color: '#CCA629'

red 204 ◦ green 166 ◦ blue 41

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

Shades of Galliano #CCA629

Tints of Galliano #CCA629

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.39%

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

R = 49.64%
G = 40.39%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCA629 (or 0xCCA629) is known color: Galliano. HEX triplet: CC, A6 and 29. RGB value is (204,166,41). Sum of RGB (Red+Green+Blue) = 204+166+41=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA629 is #3359D6. Grayscale: #A3A3A3. Windows color (decimal): -3365335 or 2729676. OLE color: 2729676.

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

Color convert

RGB 204 166 41 -
CMYK 0 0.19 0.80 0.2
HSL 46.01º 0.67% 0.48% -
HSV(B) 46.01º 0.8% 0.8% -
XYZ 38.94 40.27 7.82 -
YUV 163.11 59.09 157.16 -
System Red Green Blue C M Y K H S L
Decimal 204 166 41 0 0.19 0.80 0.2 46.01 0.67 0.48
Hex CC A6 29 0 13 50 14 2E 43 30
Octal 314 246 51 0 23 120 24 56 103 60
Binary 11001100 10100110 101001 0 10011 1010000 10100 101110 1000011 110000

Color Harmonies of #CCA629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA629

Black with #CCA629

Text Example


Text Example

White with #CCA629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA629; }

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

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

background-color css

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

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

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

border-color css

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

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

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