Html Css Color HEX #DDC861 Golden Sand

📋 copy color: '#DDC861'

red 221 ◦ green 200 ◦ blue 97

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

Shades of Golden Sand #DDC861

Tints of Golden Sand #DDC861

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.61%

 BLUE value IS 97 (38.28% from 255) = 18.73%

R = 42.66%
G = 38.61%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDC861 (or 0xDDC861) is known color: Golden Sand. HEX triplet: DD, C8 and 61. RGB value is (221,200,97). Sum of RGB (Red+Green+Blue) = 221+200+97=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC861 is #22379E. Grayscale: #C2C2C2. Windows color (decimal): -2242463 or 6408413. OLE color: 6408413.

HSL color Cylindrical-coordinate representation of color #DDC861: hue angle of 49.84º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDC861 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 200 97 -
CMYK 0 0.10 0.56 0.13
HSL 49.84º 0.65% 0.62% -
HSV(B) 49.84º 0.56% 0.87% -
XYZ 52.63 57.54 19.64 -
YUV 194.54 72.96 146.88 -
System Red Green Blue C M Y K H S L
Decimal 221 200 97 0 0.10 0.56 0.13 49.84 0.65 0.62
Hex DD C8 61 0 A 38 D 32 41 3E
Octal 335 310 141 0 12 70 15 62 101 76
Binary 11011101 11001000 1100001 0 1010 111000 1101 110010 1000001 111110

Color Harmonies of #DDC861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC861

Black with #DDC861

Text Example


Text Example

White with #DDC861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC861; }

 p { color: rgb(221,200,97); }

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

background-color css

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

 a { background-color: rgb(221,200,97); }

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

border-color css

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

 span { border-color: rgb(221,200,97); }

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