Html Css Color HEX #DDCC5F Golden Sand

📋 copy color: '#DDCC5F'

red 221 ◦ green 204 ◦ blue 95

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

Shades of Golden Sand #DDCC5F

Tints of Golden Sand #DDCC5F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.23%

 BLUE value IS 95 (37.5% from 255) = 18.27%

R = 42.5%
G = 39.23%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDCC5F (or 0xDDCC5F) is known color: Golden Sand. HEX triplet: DD, CC and 5F. RGB value is (221,204,95). Sum of RGB (Red+Green+Blue) = 221+204+95=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC5F is #2233A0. Grayscale: #C5C5C5. Windows color (decimal): -2241441 or 6278365. OLE color: 6278365.

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

Color convert

RGB 221 204 95 -
CMYK 0 0.08 0.57 0.13
HSL 51.9º 0.65% 0.62% -
HSV(B) 51.9º 0.57% 0.87% -
XYZ 53.48 59.38 19.47 -
YUV 196.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 221 204 95 0 0.08 0.57 0.13 51.9 0.65 0.62
Hex DD CC 5F 0 8 39 D 34 41 3E
Octal 335 314 137 0 10 71 15 64 101 76
Binary 11011101 11001100 1011111 0 1000 111001 1101 110100 1000001 111110

Color Harmonies of #DDCC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC5F

Black with #DDCC5F

Text Example


Text Example

White with #DDCC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC5F; }

 p { color: rgb(221,204,95); }

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

background-color css

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

 a { background-color: rgb(221,204,95); }

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

border-color css

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

 span { border-color: rgb(221,204,95); }

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