Html Css Color HEX #CDA321 Galliano

📋 copy color: '#CDA321'

red 205 ◦ green 163 ◦ blue 33

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

Shades of Galliano #CDA321

Tints of Galliano #CDA321

RGB

 RED value IS 205 (80.47% from 255) = 51.12%

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

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

R = 51.12%
G = 40.65%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDA321 (or 0xCDA321) is known color: Galliano. HEX triplet: CD, A3 and 21. RGB value is (205,163,33). Sum of RGB (Red+Green+Blue) = 205+163+33=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA321 is #325CDE. Grayscale: #A1A1A1. Windows color (decimal): -3300575 or 2204621. OLE color: 2204621.

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

Color convert

RGB 205 163 33 -
CMYK 0 0.20 0.84 0.20
HSL 45.35º 0.72% 0.47% -
HSV(B) 45.35º 0.84% 0.8% -
XYZ 38.55 39.28 6.99 -
YUV 160.74 55.91 159.57 -
System Red Green Blue C M Y K H S L
Decimal 205 163 33 0 0.20 0.84 0.20 45.35 0.72 0.47
Hex CD A3 21 0 14 54 14 2D 48 2F
Octal 315 243 41 0 24 124 24 55 110 57
Binary 11001101 10100011 100001 0 10100 1010100 10100 101101 1001000 101111

Color Harmonies of #CDA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA321

Black with #CDA321

Text Example


Text Example

White with #CDA321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA321; }

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

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

background-color css

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

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

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

border-color css

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

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

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