Html Css Color HEX #CCA722 Galliano

📋 copy color: '#CCA722'

red 204 ◦ green 167 ◦ blue 34

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

Shades of Galliano #CCA722

Tints of Galliano #CCA722

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.23%

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

R = 50.37%
G = 41.23%
B = 8.4%

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

#CCA722 (or 0xCCA722) is known color: Galliano. HEX triplet: CC, A7 and 22. RGB value is (204,167,34). Sum of RGB (Red+Green+Blue) = 204+167+34=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA722 is #3358DD. Grayscale: #A3A3A3. Windows color (decimal): -3365086 or 2271180. OLE color: 2271180.

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

Color convert

RGB 204 167 34 -
CMYK 0 0.18 0.83 0.2
HSL 46.94º 0.71% 0.47% -
HSV(B) 46.94º 0.83% 0.8% -
XYZ 39.01 40.59 7.29 -
YUV 162.9 55.26 157.31 -
System Red Green Blue C M Y K H S L
Decimal 204 167 34 0 0.18 0.83 0.2 46.94 0.71 0.47
Hex CC A7 22 0 12 53 14 2F 47 2F
Octal 314 247 42 0 22 123 24 57 107 57
Binary 11001100 10100111 100010 0 10010 1010011 10100 101111 1000111 101111

Color Harmonies of #CCA722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA722

Black with #CCA722

Text Example


Text Example

White with #CCA722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA722; }

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

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

background-color css

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

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

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

border-color css

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

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

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