Html Css Color HEX #DCD063 Golden Sand

📋 copy color: '#DCD063'

red 220 ◦ green 208 ◦ blue 99

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

Shades of Golden Sand #DCD063

Tints of Golden Sand #DCD063

RGB

 RED value IS 220 (86.33% from 255) = 41.75%

 GREEN value IS 208 (81.64% from 255) = 39.47%

 BLUE value IS 99 (39.06% from 255) = 18.79%

R = 41.75%
G = 39.47%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCD063 (or 0xDCD063) is known color: Golden Sand. HEX triplet: DC, D0 and 63. RGB value is (220,208,99). Sum of RGB (Red+Green+Blue) = 220+208+99=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD063 is #232F9C. Grayscale: #C7C7C7. Windows color (decimal): -2305949 or 6541532. OLE color: 6541532.

HSL color Cylindrical-coordinate representation of color #DCD063: hue angle of 54.05º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCD063 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 99 -
CMYK 0 0.05 0.55 0.14
HSL 54.05º 0.63% 0.63% -
HSV(B) 54.05º 0.55% 0.86% -
XYZ 54.32 61.23 20.76 -
YUV 199.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 220 208 99 0 0.05 0.55 0.14 54.05 0.63 0.63
Hex DC D0 63 0 5 37 E 36 3F 3F
Octal 334 320 143 0 5 67 16 66 77 77
Binary 11011100 11010000 1100011 0 101 110111 1110 110110 111111 111111

Color Harmonies of #DCD063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD063

Black with #DCD063

Text Example


Text Example

White with #DCD063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD063; }

 p { color: rgb(220,208,99); }

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

background-color css

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

 a { background-color: rgb(220,208,99); }

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

border-color css

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

 span { border-color: rgb(220,208,99); }

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