Html Css Color HEX #DDCD61 Golden Sand

📋 copy color: '#DDCD61'

red 221 ◦ green 205 ◦ blue 97

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

Shades of Golden Sand #DDCD61

Tints of Golden Sand #DDCD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.55%

R = 42.26%
G = 39.2%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDCD61 (or 0xDDCD61) is known color: Golden Sand. HEX triplet: DD, CD and 61. RGB value is (221,205,97). Sum of RGB (Red+Green+Blue) = 221+205+97=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD61 is #22329E. Grayscale: #C5C5C5. Windows color (decimal): -2241183 or 6409693. OLE color: 6409693.

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

Color convert

RGB 221 205 97 -
CMYK 0 0.07 0.56 0.13
HSL 52.26º 0.65% 0.62% -
HSV(B) 52.26º 0.56% 0.87% -
XYZ 53.81 59.9 20.03 -
YUV 197.47 71.3 144.78 -
System Red Green Blue C M Y K H S L
Decimal 221 205 97 0 0.07 0.56 0.13 52.26 0.65 0.62
Hex DD CD 61 0 7 38 D 34 41 3E
Octal 335 315 141 0 7 70 15 64 101 76
Binary 11011101 11001101 1100001 0 111 111000 1101 110100 1000001 111110

Color Harmonies of #DDCD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD61

Black with #DDCD61

Text Example


Text Example

White with #DDCD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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