Html Css Color HEX #DDCC69 Golden Sand

📋 copy color: '#DDCC69'

red 221 ◦ green 204 ◦ blue 105

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

Shades of Golden Sand #DDCC69

Tints of Golden Sand #DDCC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.81%

R = 41.7%
G = 38.49%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDCC69 (or 0xDDCC69) is known color: Golden Sand. HEX triplet: DD, CC and 69. RGB value is (221,204,105). Sum of RGB (Red+Green+Blue) = 221+204+105=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC69 is #223396. Grayscale: #C6C6C6. Windows color (decimal): -2241431 or 6933725. OLE color: 6933725.

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

Color convert

RGB 221 204 105 -
CMYK 0 0.08 0.52 0.13
HSL 51.21º 0.63% 0.64% -
HSV(B) 51.21º 0.52% 0.87% -
XYZ 53.96 59.58 22.02 -
YUV 197.8 75.63 144.55 -
System Red Green Blue C M Y K H S L
Decimal 221 204 105 0 0.08 0.52 0.13 51.21 0.63 0.64
Hex DD CC 69 0 8 34 D 33 3F 40
Octal 335 314 151 0 10 64 15 63 77 100
Binary 11011101 11001100 1101001 0 1000 110100 1101 110011 111111 1000000

Color Harmonies of #DDCC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC69

Black with #DDCC69

Text Example


Text Example

White with #DDCC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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