Html Css Color HEX #CDA520 Galliano

📋 copy color: '#CDA520'

red 205 ◦ green 165 ◦ blue 32

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

Shades of Galliano #CDA520

Tints of Galliano #CDA520

RGB

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

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

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

R = 51%
G = 41.04%
B = 7.96%

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

#CDA520 (or 0xCDA520) is known color: Galliano. HEX triplet: CD, A5 and 20. RGB value is (205,165,32). Sum of RGB (Red+Green+Blue) = 205+165+32=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA520 is #325ADF. Grayscale: #A2A2A2. Windows color (decimal): -3300064 or 2139597. OLE color: 2139597.

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

Color convert

RGB 205 165 32 -
CMYK 0 0.20 0.84 0.20
HSL 46.13º 0.73% 0.46% -
HSV(B) 46.13º 0.84% 0.8% -
XYZ 38.89 39.99 7.04 -
YUV 161.8 54.75 158.81 -
System Red Green Blue C M Y K H S L
Decimal 205 165 32 0 0.20 0.84 0.20 46.13 0.73 0.46
Hex CD A5 20 0 14 54 14 2E 49 2E
Octal 315 245 40 0 24 124 24 56 111 56
Binary 11001101 10100101 100000 0 10100 1010100 10100 101110 1001001 101110

Color Harmonies of #CDA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA520

Black with #CDA520

Text Example


Text Example

White with #CDA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA520; }

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

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

background-color css

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

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

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

border-color css

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

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

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