Html Css Color HEX #CDA420 Galliano

📋 copy color: '#CDA420'

red 205 ◦ green 164 ◦ blue 32

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

Shades of Galliano #CDA420

Tints of Galliano #CDA420

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.9%

 BLUE value IS 32 (12.89% from 255) = 7.98%

R = 51.12%
G = 40.9%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDA420 (or 0xCDA420) is known color: Galliano. HEX triplet: CD, A4 and 20. RGB value is (205,164,32). Sum of RGB (Red+Green+Blue) = 205+164+32=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA420 is #325BDF. Grayscale: #A1A1A1. Windows color (decimal): -3300320 or 2139341. OLE color: 2139341.

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

Color convert

RGB 205 164 32 -
CMYK 0 0.2 0.84 0.20
HSL 45.78º 0.73% 0.46% -
HSV(B) 45.78º 0.84% 0.8% -
XYZ 38.71 39.63 6.98 -
YUV 161.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 205 164 32 0 0.2 0.84 0.20 45.78 0.73 0.46
Hex CD A4 20 0 14 54 14 2E 49 2E
Octal 315 244 40 0 24 124 24 56 111 56
Binary 11001101 10100100 100000 0 10100 1010100 10100 101110 1001001 101110

Color Harmonies of #CDA420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA420

Black with #CDA420

Text Example


Text Example

White with #CDA420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA420; }

 p { color: rgb(205,164,32); }

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

background-color css

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

 a { background-color: rgb(205,164,32); }

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

border-color css

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

 span { border-color: rgb(205,164,32); }

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