Html Css Color HEX #DDCB5D Golden Sand

📋 copy color: '#DDCB5D'

red 221 ◦ green 203 ◦ blue 93

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

Shades of Golden Sand #DDCB5D

Tints of Golden Sand #DDCB5D

RGB

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

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

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

R = 42.75%
G = 39.26%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDCB5D (or 0xDDCB5D) is known color: Golden Sand. HEX triplet: DD, CB and 5D. RGB value is (221,203,93). Sum of RGB (Red+Green+Blue) = 221+203+93=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB5D is #2234A2. Grayscale: #C4C4C4. Windows color (decimal): -2241699 or 6147037. OLE color: 6147037.

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

Color convert

RGB 221 203 93 -
CMYK 0 0.08 0.58 0.13
HSL 51.56º 0.65% 0.62% -
HSV(B) 51.56º 0.58% 0.87% -
XYZ 53.15 58.87 18.92 -
YUV 195.84 69.96 145.94 -
System Red Green Blue C M Y K H S L
Decimal 221 203 93 0 0.08 0.58 0.13 51.56 0.65 0.62
Hex DD CB 5D 0 8 3A D 34 41 3E
Octal 335 313 135 0 10 72 15 64 101 76
Binary 11011101 11001011 1011101 0 1000 111010 1101 110100 1000001 111110

Color Harmonies of #DDCB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB5D

Black with #DDCB5D

Text Example


Text Example

White with #DDCB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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