Html Css Color HEX #CCA523 Galliano

📋 copy color: '#CCA523'

red 204 ◦ green 165 ◦ blue 35

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

Shades of Galliano #CCA523

Tints of Galliano #CCA523

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

 BLUE value IS 35 (14.06% from 255) = 8.66%

R = 50.5%
G = 40.84%
B = 8.66%

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

#CCA523 (or 0xCCA523) is known color: Galliano. HEX triplet: CC, A5 and 23. RGB value is (204,165,35). Sum of RGB (Red+Green+Blue) = 204+165+35=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA523 is #335ADC. Grayscale: #A2A2A2. Windows color (decimal): -3365597 or 2336204. OLE color: 2336204.

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

Color convert

RGB 204 165 35 -
CMYK 0 0.19 0.83 0.2
HSL 46.15º 0.71% 0.47% -
HSV(B) 46.15º 0.83% 0.8% -
XYZ 38.66 39.87 7.25 -
YUV 161.84 56.42 158.07 -
System Red Green Blue C M Y K H S L
Decimal 204 165 35 0 0.19 0.83 0.2 46.15 0.71 0.47
Hex CC A5 23 0 13 53 14 2E 47 2F
Octal 314 245 43 0 23 123 24 56 107 57
Binary 11001100 10100101 100011 0 10011 1010011 10100 101110 1000111 101111

Color Harmonies of #CCA523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA523

Black with #CCA523

Text Example


Text Example

White with #CCA523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA523; }

 p { color: rgb(204,165,35); }

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

background-color css

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

 a { background-color: rgb(204,165,35); }

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

border-color css

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

 span { border-color: rgb(204,165,35); }

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