Html Css Color HEX #CCA323 Galliano

📋 copy color: '#CCA323'

red 204 ◦ green 163 ◦ blue 35

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

Shades of Galliano #CCA323

Tints of Galliano #CCA323

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.55%

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

R = 50.75%
G = 40.55%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCA323 (or 0xCCA323) is known color: Galliano. HEX triplet: CC, A3 and 23. RGB value is (204,163,35). Sum of RGB (Red+Green+Blue) = 204+163+35=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA323 is #335CDC. Grayscale: #A1A1A1. Windows color (decimal): -3366109 or 2335692. OLE color: 2335692.

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

Color convert

RGB 204 163 35 -
CMYK 0 0.20 0.83 0.2
HSL 45.44º 0.71% 0.47% -
HSV(B) 45.44º 0.83% 0.8% -
XYZ 38.3 39.15 7.13 -
YUV 160.67 57.08 158.91 -
System Red Green Blue C M Y K H S L
Decimal 204 163 35 0 0.20 0.83 0.2 45.44 0.71 0.47
Hex CC A3 23 0 14 53 14 2D 47 2F
Octal 314 243 43 0 24 123 24 55 107 57
Binary 11001100 10100011 100011 0 10100 1010011 10100 101101 1000111 101111

Color Harmonies of #CCA323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA323

Black with #CCA323

Text Example


Text Example

White with #CCA323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA323; }

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

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

background-color css

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

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

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

border-color css

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

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

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