Html Css Color HEX #DDCB60 Golden Sand

📋 copy color: '#DDCB60'

red 221 ◦ green 203 ◦ blue 96

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

Shades of Golden Sand #DDCB60

Tints of Golden Sand #DDCB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.46%

R = 42.5%
G = 39.04%
B = 18.46%

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

#DDCB60 (or 0xDDCB60) is known color: Golden Sand. HEX triplet: DD, CB and 60. RGB value is (221,203,96). Sum of RGB (Red+Green+Blue) = 221+203+96=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB60 is #22349F. Grayscale: #C4C4C4. Windows color (decimal): -2241696 or 6343645. OLE color: 6343645.

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

Color convert

RGB 221 203 96 -
CMYK 0 0.08 0.57 0.13
HSL 51.36º 0.65% 0.62% -
HSV(B) 51.36º 0.57% 0.87% -
XYZ 53.29 58.93 19.63 -
YUV 196.18 71.46 145.7 -
System Red Green Blue C M Y K H S L
Decimal 221 203 96 0 0.08 0.57 0.13 51.36 0.65 0.62
Hex DD CB 60 0 8 39 D 33 41 3E
Octal 335 313 140 0 10 71 15 63 101 76
Binary 11011101 11001011 1100000 0 1000 111001 1101 110011 1000001 111110

Color Harmonies of #DDCB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB60

Black with #DDCB60

Text Example


Text Example

White with #DDCB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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