Html Css Color HEX #DDC95D Golden Sand

📋 copy color: '#DDC95D'

red 221 ◦ green 201 ◦ blue 93

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

Shades of Golden Sand #DDC95D

Tints of Golden Sand #DDC95D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.03%

 BLUE value IS 93 (36.72% from 255) = 18.06%

R = 42.91%
G = 39.03%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDC95D (or 0xDDC95D) is known color: Golden Sand. HEX triplet: DD, C9 and 5D. RGB value is (221,201,93). Sum of RGB (Red+Green+Blue) = 221+201+93=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC95D is #2236A2. Grayscale: #C3C3C3. Windows color (decimal): -2242211 or 6146525. OLE color: 6146525.

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

Color convert

RGB 221 201 93 -
CMYK 0 0.09 0.58 0.13
HSL 50.63º 0.65% 0.62% -
HSV(B) 50.63º 0.58% 0.87% -
XYZ 52.68 57.94 18.76 -
YUV 194.67 70.63 146.78 -
System Red Green Blue C M Y K H S L
Decimal 221 201 93 0 0.09 0.58 0.13 50.63 0.65 0.62
Hex DD C9 5D 0 9 3A D 33 41 3E
Octal 335 311 135 0 11 72 15 63 101 76
Binary 11011101 11001001 1011101 0 1001 111010 1101 110011 1000001 111110

Color Harmonies of #DDC95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC95D

Black with #DDC95D

Text Example


Text Example

White with #DDC95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC95D; }

 p { color: rgb(221,201,93); }

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

background-color css

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

 a { background-color: rgb(221,201,93); }

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

border-color css

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

 span { border-color: rgb(221,201,93); }

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