Html Css Color HEX #DDC862 Golden Sand

📋 copy color: '#DDC862'

red 221 ◦ green 200 ◦ blue 98

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

Shades of Golden Sand #DDC862

Tints of Golden Sand #DDC862

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.54%

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

R = 42.58%
G = 38.54%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDC862 (or 0xDDC862) is known color: Golden Sand. HEX triplet: DD, C8 and 62. RGB value is (221,200,98). Sum of RGB (Red+Green+Blue) = 221+200+98=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC862 is #22379D. Grayscale: #C3C3C3. Windows color (decimal): -2242462 or 6473949. OLE color: 6473949.

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

Color convert

RGB 221 200 98 -
CMYK 0 0.10 0.56 0.13
HSL 49.76º 0.64% 0.63% -
HSV(B) 49.76º 0.56% 0.87% -
XYZ 52.68 57.56 19.89 -
YUV 194.65 73.46 146.79 -
System Red Green Blue C M Y K H S L
Decimal 221 200 98 0 0.10 0.56 0.13 49.76 0.64 0.63
Hex DD C8 62 0 A 38 D 32 40 3F
Octal 335 310 142 0 12 70 15 62 100 77
Binary 11011101 11001000 1100010 0 1010 111000 1101 110010 1000000 111111

Color Harmonies of #DDC862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC862

Black with #DDC862

Text Example


Text Example

White with #DDC862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC862; }

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

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

background-color css

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

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

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

border-color css

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

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

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