Html Css Color HEX #DDC962 Golden Sand

📋 copy color: '#DDC962'

red 221 ◦ green 201 ◦ blue 98

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

Shades of Golden Sand #DDC962

Tints of Golden Sand #DDC962

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.65%

 BLUE value IS 98 (38.67% from 255) = 18.85%

R = 42.5%
G = 38.65%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDC962 (or 0xDDC962) is known color: Golden Sand. HEX triplet: DD, C9 and 62. RGB value is (221,201,98). Sum of RGB (Red+Green+Blue) = 221+201+98=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC962 is #22369D. Grayscale: #C3C3C3. Windows color (decimal): -2242206 or 6474205. OLE color: 6474205.

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

Color convert

RGB 221 201 98 -
CMYK 0 0.09 0.56 0.13
HSL 50.24º 0.64% 0.63% -
HSV(B) 50.24º 0.56% 0.87% -
XYZ 52.91 58.03 19.97 -
YUV 195.24 73.13 146.38 -
System Red Green Blue C M Y K H S L
Decimal 221 201 98 0 0.09 0.56 0.13 50.24 0.64 0.63
Hex DD C9 62 0 9 38 D 32 40 3F
Octal 335 311 142 0 11 70 15 62 100 77
Binary 11011101 11001001 1100010 0 1001 111000 1101 110010 1000000 111111

Color Harmonies of #DDC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC962

Black with #DDC962

Text Example


Text Example

White with #DDC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC962; }

 p { color: rgb(221,201,98); }

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

background-color css

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

 a { background-color: rgb(221,201,98); }

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

border-color css

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

 span { border-color: rgb(221,201,98); }

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