Html Css Color HEX #CCA321 Galliano

📋 copy color: '#CCA321'

red 204 ◦ green 163 ◦ blue 33

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

Shades of Galliano #CCA321

Tints of Galliano #CCA321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.25%

R = 51%
G = 40.75%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCA321 (or 0xCCA321) is known color: Galliano. HEX triplet: CC, A3 and 21. RGB value is (204,163,33). Sum of RGB (Red+Green+Blue) = 204+163+33=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA321 is #335CDE. Grayscale: #A1A1A1. Windows color (decimal): -3366111 or 2204620. OLE color: 2204620.

HSL color Cylindrical-coordinate representation of color #CCA321: hue angle of 45.61º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCA321 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 163 33 -
CMYK 0 0.20 0.84 0.2
HSL 45.61º 0.72% 0.46% -
HSV(B) 45.61º 0.84% 0.8% -
XYZ 38.27 39.14 6.98 -
YUV 160.44 56.08 159.07 -
System Red Green Blue C M Y K H S L
Decimal 204 163 33 0 0.20 0.84 0.2 45.61 0.72 0.46
Hex CC A3 21 0 14 54 14 2E 48 2E
Octal 314 243 41 0 24 124 24 56 110 56
Binary 11001100 10100011 100001 0 10100 1010100 10100 101110 1001000 101110

Color Harmonies of #CCA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA321

Black with #CCA321

Text Example


Text Example

White with #CCA321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA321; }

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

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

background-color css

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

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

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

border-color css

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

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

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