Html Css Color HEX #DDCE65 Golden Sand

📋 copy color: '#DDCE65'

red 221 ◦ green 206 ◦ blue 101

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

Shades of Golden Sand #DDCE65

Tints of Golden Sand #DDCE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.13%

R = 41.86%
G = 39.02%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDCE65 (or 0xDDCE65) is known color: Golden Sand. HEX triplet: DD, CE and 65. RGB value is (221,206,101). Sum of RGB (Red+Green+Blue) = 221+206+101=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE65 is #22319A. Grayscale: #C6C6C6. Windows color (decimal): -2240923 or 6672093. OLE color: 6672093.

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

Color convert

RGB 221 206 101 -
CMYK 0 0.07 0.54 0.13
HSL 52.5º 0.64% 0.63% -
HSV(B) 52.5º 0.54% 0.87% -
XYZ 54.24 60.45 21.12 -
YUV 198.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 221 206 101 0 0.07 0.54 0.13 52.5 0.64 0.63
Hex DD CE 65 0 7 36 D 34 40 3F
Octal 335 316 145 0 7 66 15 64 100 77
Binary 11011101 11001110 1100101 0 111 110110 1101 110100 1000000 111111

Color Harmonies of #DDCE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE65

Black with #DDCE65

Text Example


Text Example

White with #DDCE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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