Html Css Color HEX #DDCD65 Golden Sand

📋 copy color: '#DDCD65'

red 221 ◦ green 205 ◦ blue 101

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

Shades of Golden Sand #DDCD65

Tints of Golden Sand #DDCD65

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.9%

 BLUE value IS 101 (39.84% from 255) = 19.17%

R = 41.94%
G = 38.9%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDCD65 (or 0xDDCD65) is known color: Golden Sand. HEX triplet: DD, CD and 65. RGB value is (221,205,101). Sum of RGB (Red+Green+Blue) = 221+205+101=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD65 is #22329A. Grayscale: #C6C6C6. Windows color (decimal): -2241179 or 6671837. OLE color: 6671837.

HSL color Cylindrical-coordinate representation of color #DDCD65: hue angle of 52º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDCD65 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 101 -
CMYK 0 0.07 0.54 0.13
HSL 52º 0.64% 0.63% -
HSV(B) 52º 0.54% 0.87% -
XYZ 54 59.97 21.04 -
YUV 197.93 73.3 144.46 -
System Red Green Blue C M Y K H S L
Decimal 221 205 101 0 0.07 0.54 0.13 52 0.64 0.63
Hex DD CD 65 0 7 36 D 34 40 3F
Octal 335 315 145 0 7 66 15 64 100 77
Binary 11011101 11001101 1100101 0 111 110110 1101 110100 1000000 111111

Color Harmonies of #DDCD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD65

Black with #DDCD65

Text Example


Text Example

White with #DDCD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD65; }

 p { color: rgb(221,205,101); }

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

background-color css

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

 a { background-color: rgb(221,205,101); }

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

border-color css

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

 span { border-color: rgb(221,205,101); }

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