Html Css Color HEX #CCA82A Galliano

📋 copy color: '#CCA82A'

red 204 ◦ green 168 ◦ blue 42

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

Shades of Galliano #CCA82A

Tints of Galliano #CCA82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.14%

R = 49.28%
G = 40.58%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCA82A (or 0xCCA82A) is known color: Galliano. HEX triplet: CC, A8 and 2A. RGB value is (204,168,42). Sum of RGB (Red+Green+Blue) = 204+168+42=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA82A is #3357D5. Grayscale: #A4A4A4. Windows color (decimal): -3364822 or 2795724. OLE color: 2795724.

HSL color Cylindrical-coordinate representation of color #CCA82A: hue angle of 46.67º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCA82A is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 42 -
CMYK 0 0.18 0.79 0.2
HSL 46.67º 0.66% 0.48% -
HSV(B) 46.67º 0.79% 0.8% -
XYZ 39.32 41.01 8.03 -
YUV 164.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 204 168 42 0 0.18 0.79 0.2 46.67 0.66 0.48
Hex CC A8 2A 0 12 4F 14 2F 42 30
Octal 314 250 52 0 22 117 24 57 102 60
Binary 11001100 10101000 101010 0 10010 1001111 10100 101111 1000010 110000

Color Harmonies of #CCA82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA82A

Black with #CCA82A

Text Example


Text Example

White with #CCA82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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