Html Css Color HEX #DDD063 Golden Sand

📋 copy color: '#DDD063'

red 221 ◦ green 208 ◦ blue 99

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

Shades of Golden Sand #DDD063

Tints of Golden Sand #DDD063

RGB

 RED value IS 221 (86.72% from 255) = 41.86%

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

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

R = 41.86%
G = 39.39%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDD063 (or 0xDDD063) is known color: Golden Sand. HEX triplet: DD, D0 and 63. RGB value is (221,208,99). Sum of RGB (Red+Green+Blue) = 221+208+99=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD063 is #222F9C. Grayscale: #C7C7C7. Windows color (decimal): -2240413 or 6541533. OLE color: 6541533.

HSL color Cylindrical-coordinate representation of color #DDD063: hue angle of 53.61º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDD063 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 208 99 -
CMYK 0 0.06 0.55 0.13
HSL 53.61º 0.64% 0.63% -
HSV(B) 53.61º 0.55% 0.87% -
XYZ 54.63 61.38 20.77 -
YUV 199.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 221 208 99 0 0.06 0.55 0.13 53.61 0.64 0.63
Hex DD D0 63 0 6 37 D 36 40 3F
Octal 335 320 143 0 6 67 15 66 100 77
Binary 11011101 11010000 1100011 0 110 110111 1101 110110 1000000 111111

Color Harmonies of #DDD063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD063

Black with #DDD063

Text Example


Text Example

White with #DDD063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD063; }

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

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

background-color css

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

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

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

border-color css

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

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

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