Html Css Color HEX #CCA022 Galliano

📋 copy color: '#CCA022'

red 204 ◦ green 160 ◦ blue 34

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

Shades of Galliano #CCA022

Tints of Galliano #CCA022

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.2%

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

R = 51.26%
G = 40.2%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCA022 (or 0xCCA022) is known color: Galliano. HEX triplet: CC, A0 and 22. RGB value is (204,160,34). Sum of RGB (Red+Green+Blue) = 204+160+34=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA022 is #335FDD. Grayscale: #9F9F9F. Windows color (decimal): -3366878 or 2269388. OLE color: 2269388.

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

Color convert

RGB 204 160 34 -
CMYK 0 0.22 0.83 0.2
HSL 44.47º 0.71% 0.47% -
HSV(B) 44.47º 0.83% 0.8% -
XYZ 37.76 38.09 6.88 -
YUV 158.79 57.58 160.25 -
System Red Green Blue C M Y K H S L
Decimal 204 160 34 0 0.22 0.83 0.2 44.47 0.71 0.47
Hex CC A0 22 0 16 53 14 2C 47 2F
Octal 314 240 42 0 26 123 24 54 107 57
Binary 11001100 10100000 100010 0 10110 1010011 10100 101100 1000111 101111

Color Harmonies of #CCA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA022

Black with #CCA022

Text Example


Text Example

White with #CCA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA022; }

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

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

background-color css

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

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

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

border-color css

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

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

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