Html Css Color HEX #CCA622 Galliano

📋 copy color: '#CCA622'

red 204 ◦ green 166 ◦ blue 34

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

Shades of Galliano #CCA622

Tints of Galliano #CCA622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.42%

R = 50.5%
G = 41.09%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCA622 (or 0xCCA622) is known color: Galliano. HEX triplet: CC, A6 and 22. RGB value is (204,166,34). Sum of RGB (Red+Green+Blue) = 204+166+34=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA622 is #3359DD. Grayscale: #A2A2A2. Windows color (decimal): -3365342 or 2270924. OLE color: 2270924.

HSL color Cylindrical-coordinate representation of color #CCA622: hue angle of 46.59º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCA622 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 166 34 -
CMYK 0 0.19 0.83 0.2
HSL 46.59º 0.71% 0.47% -
HSV(B) 46.59º 0.83% 0.8% -
XYZ 38.83 40.23 7.23 -
YUV 162.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 204 166 34 0 0.19 0.83 0.2 46.59 0.71 0.47
Hex CC A6 22 0 13 53 14 2F 47 2F
Octal 314 246 42 0 23 123 24 57 107 57
Binary 11001100 10100110 100010 0 10011 1010011 10100 101111 1000111 101111

Color Harmonies of #CCA622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA622

Black with #CCA622

Text Example


Text Example

White with #CCA622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA622; }

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

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

background-color css

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

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

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

border-color css

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

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

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