Html Css Color HEX #DDCB5E Golden Sand

📋 copy color: '#DDCB5E'

red 221 ◦ green 203 ◦ blue 94

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

Shades of Golden Sand #DDCB5E

Tints of Golden Sand #DDCB5E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.19%

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

R = 42.66%
G = 39.19%
B = 18.15%

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

#DDCB5E (or 0xDDCB5E) is known color: Golden Sand. HEX triplet: DD, CB and 5E. RGB value is (221,203,94). Sum of RGB (Red+Green+Blue) = 221+203+94=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB5E is #2234A1. Grayscale: #C4C4C4. Windows color (decimal): -2241698 or 6212573. OLE color: 6212573.

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

Color convert

RGB 221 203 94 -
CMYK 0 0.08 0.57 0.13
HSL 51.5º 0.65% 0.62% -
HSV(B) 51.5º 0.57% 0.87% -
XYZ 53.2 58.89 19.15 -
YUV 195.96 70.46 145.86 -
System Red Green Blue C M Y K H S L
Decimal 221 203 94 0 0.08 0.57 0.13 51.5 0.65 0.62
Hex DD CB 5E 0 8 39 D 33 41 3E
Octal 335 313 136 0 10 71 15 63 101 76
Binary 11011101 11001011 1011110 0 1000 111001 1101 110011 1000001 111110

Color Harmonies of #DDCB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB5E

Black with #DDCB5E

Text Example


Text Example

White with #DDCB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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