Html Css Color HEX #DDCC63 Golden Sand

📋 copy color: '#DDCC63'

red 221 ◦ green 204 ◦ blue 99

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

Shades of Golden Sand #DDCC63

Tints of Golden Sand #DDCC63

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.93%

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

R = 42.18%
G = 38.93%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDCC63 (or 0xDDCC63) is known color: Golden Sand. HEX triplet: DD, CC and 63. RGB value is (221,204,99). Sum of RGB (Red+Green+Blue) = 221+204+99=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC63 is #22339C. Grayscale: #C5C5C5. Windows color (decimal): -2241437 or 6540509. OLE color: 6540509.

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

Color convert

RGB 221 204 99 -
CMYK 0 0.08 0.55 0.13
HSL 51.64º 0.64% 0.63% -
HSV(B) 51.64º 0.55% 0.87% -
XYZ 53.66 59.46 20.45 -
YUV 197.11 72.63 145.04 -
System Red Green Blue C M Y K H S L
Decimal 221 204 99 0 0.08 0.55 0.13 51.64 0.64 0.63
Hex DD CC 63 0 8 37 D 34 40 3F
Octal 335 314 143 0 10 67 15 64 100 77
Binary 11011101 11001100 1100011 0 1000 110111 1101 110100 1000000 111111

Color Harmonies of #DDCC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC63

Black with #DDCC63

Text Example


Text Example

White with #DDCC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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