Html Css Color HEX #DDD163 Golden Sand

📋 copy color: '#DDD163'

red 221 ◦ green 209 ◦ blue 99

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

Shades of Golden Sand #DDD163

Tints of Golden Sand #DDD163

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.51%

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

R = 41.78%
G = 39.51%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDD163 (or 0xDDD163) is known color: Golden Sand. HEX triplet: DD, D1 and 63. RGB value is (221,209,99). Sum of RGB (Red+Green+Blue) = 221+209+99=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD163 is #222E9C. Grayscale: #C8C8C8. Windows color (decimal): -2240157 or 6541789. OLE color: 6541789.

HSL color Cylindrical-coordinate representation of color #DDD163: hue angle of 54.1º 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 #DDD163 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 209 99 -
CMYK 0 0.05 0.55 0.13
HSL 54.1º 0.64% 0.63% -
HSV(B) 54.1º 0.55% 0.87% -
XYZ 54.87 61.87 20.86 -
YUV 200.05 70.98 142.94 -
System Red Green Blue C M Y K H S L
Decimal 221 209 99 0 0.05 0.55 0.13 54.1 0.64 0.63
Hex DD D1 63 0 5 37 D 36 40 3F
Octal 335 321 143 0 5 67 15 66 100 77
Binary 11011101 11010001 1100011 0 101 110111 1101 110110 1000000 111111

Color Harmonies of #DDD163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD163

Black with #DDD163

Text Example


Text Example

White with #DDD163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD163; }

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

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

background-color css

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

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

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

border-color css

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

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

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