Html Css Color HEX #DDC85E Golden Sand

📋 copy color: '#DDC85E'

red 221 ◦ green 200 ◦ blue 94

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

Shades of Golden Sand #DDC85E

Tints of Golden Sand #DDC85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.25%

R = 42.91%
G = 38.83%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDC85E (or 0xDDC85E) is known color: Golden Sand. HEX triplet: DD, C8 and 5E. RGB value is (221,200,94). Sum of RGB (Red+Green+Blue) = 221+200+94=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC85E is #2237A1. Grayscale: #C2C2C2. Windows color (decimal): -2242466 or 6211805. OLE color: 6211805.

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

Color convert

RGB 221 200 94 -
CMYK 0 0.10 0.57 0.13
HSL 50.08º 0.65% 0.62% -
HSV(B) 50.08º 0.57% 0.87% -
XYZ 52.49 57.49 18.92 -
YUV 194.2 71.46 147.12 -
System Red Green Blue C M Y K H S L
Decimal 221 200 94 0 0.10 0.57 0.13 50.08 0.65 0.62
Hex DD C8 5E 0 A 39 D 32 41 3E
Octal 335 310 136 0 12 71 15 62 101 76
Binary 11011101 11001000 1011110 0 1010 111001 1101 110010 1000001 111110

Color Harmonies of #DDC85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC85E

Black with #DDC85E

Text Example


Text Example

White with #DDC85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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