Html Css Color HEX #DDCC68 Golden Sand

📋 copy color: '#DDCC68'

red 221 ◦ green 204 ◦ blue 104

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

Shades of Golden Sand #DDCC68

Tints of Golden Sand #DDCC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.66%

R = 41.78%
G = 38.56%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDCC68 (or 0xDDCC68) is known color: Golden Sand. HEX triplet: DD, CC and 68. RGB value is (221,204,104). Sum of RGB (Red+Green+Blue) = 221+204+104=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC68 is #223397. Grayscale: #C6C6C6. Windows color (decimal): -2241432 or 6868189. OLE color: 6868189.

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

Color convert

RGB 221 204 104 -
CMYK 0 0.08 0.53 0.13
HSL 51.28º 0.63% 0.64% -
HSV(B) 51.28º 0.53% 0.87% -
XYZ 53.91 59.56 21.75 -
YUV 197.68 75.13 144.63 -
System Red Green Blue C M Y K H S L
Decimal 221 204 104 0 0.08 0.53 0.13 51.28 0.63 0.64
Hex DD CC 68 0 8 35 D 33 3F 40
Octal 335 314 150 0 10 65 15 63 77 100
Binary 11011101 11001100 1101000 0 1000 110101 1101 110011 111111 1000000

Color Harmonies of #DDCC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC68

Black with #DDCC68

Text Example


Text Example

White with #DDCC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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