Html Css Color HEX #DDCE63 Golden Sand

📋 copy color: '#DDCE63'

red 221 ◦ green 206 ◦ blue 99

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

Shades of Golden Sand #DDCE63

Tints of Golden Sand #DDCE63

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.16%

 BLUE value IS 99 (39.06% from 255) = 18.82%

R = 42.02%
G = 39.16%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDCE63 (or 0xDDCE63) is known color: Golden Sand. HEX triplet: DD, CE and 63. RGB value is (221,206,99). Sum of RGB (Red+Green+Blue) = 221+206+99=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE63 is #22319C. Grayscale: #C6C6C6. Windows color (decimal): -2240925 or 6541021. OLE color: 6541021.

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

Color convert

RGB 221 206 99 -
CMYK 0 0.07 0.55 0.13
HSL 52.62º 0.64% 0.63% -
HSV(B) 52.62º 0.55% 0.87% -
XYZ 54.14 60.42 20.61 -
YUV 198.29 71.97 144.2 -
System Red Green Blue C M Y K H S L
Decimal 221 206 99 0 0.07 0.55 0.13 52.62 0.64 0.63
Hex DD CE 63 0 7 37 D 35 40 3F
Octal 335 316 143 0 7 67 15 65 100 77
Binary 11011101 11001110 1100011 0 111 110111 1101 110101 1000000 111111

Color Harmonies of #DDCE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE63

Black with #DDCE63

Text Example


Text Example

White with #DDCE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE63; }

 p { color: rgb(221,206,99); }

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

background-color css

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

 a { background-color: rgb(221,206,99); }

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

border-color css

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

 span { border-color: rgb(221,206,99); }

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