Html Css Color HEX #CCA822 Galliano

📋 copy color: '#CCA822'

red 204 ◦ green 168 ◦ blue 34

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

Shades of Galliano #CCA822

Tints of Galliano #CCA822

RGB

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

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

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

R = 50.25%
G = 41.38%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCA822 (or 0xCCA822) is known color: Galliano. HEX triplet: CC, A8 and 22. RGB value is (204,168,34). Sum of RGB (Red+Green+Blue) = 204+168+34=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 34 (13.67% from 255 or 8.37% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA822 is #3357DD. Grayscale: #A4A4A4. Windows color (decimal): -3364830 or 2271436. OLE color: 2271436.

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

Color convert

RGB 204 168 34 -
CMYK 0 0.18 0.83 0.2
HSL 47.29º 0.71% 0.47% -
HSV(B) 47.29º 0.83% 0.8% -
XYZ 39.19 40.96 7.35 -
YUV 163.49 54.93 156.9 -
System Red Green Blue C M Y K H S L
Decimal 204 168 34 0 0.18 0.83 0.2 47.29 0.71 0.47
Hex CC A8 22 0 12 53 14 2F 47 2F
Octal 314 250 42 0 22 123 24 57 107 57
Binary 11001100 10101000 100010 0 10010 1010011 10100 101111 1000111 101111

Color Harmonies of #CCA822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA822

Black with #CCA822

Text Example


Text Example

White with #CCA822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA822; }

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

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

background-color css

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

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

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

border-color css

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

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

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