Html Css Color HEX #DDCC90 Tahuna Sands

📋 copy color: '#DDCC90'

red 221 ◦ green 204 ◦ blue 144

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

Shades of Tahuna Sands #DDCC90

Tints of Tahuna Sands #DDCC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.31%

R = 38.84%
G = 35.85%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDCC90 (or 0xDDCC90) is known color: Tahuna Sands. HEX triplet: DD, CC and 90. RGB value is (221,204,144). Sum of RGB (Red+Green+Blue) = 221+204+144=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC90 is #22336F. Grayscale: #CACACA. Windows color (decimal): -2241392 or 9489629. OLE color: 9489629.

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

Color convert

RGB 221 204 144 -
CMYK 0 0.08 0.35 0.13
HSL 46.75º 0.53% 0.72% -
HSV(B) 46.75º 0.35% 0.87% -
XYZ 56.45 60.57 35.1 -
YUV 202.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 221 204 144 0 0.08 0.35 0.13 46.75 0.53 0.72
Hex DD CC 90 0 8 23 D 2F 35 48
Octal 335 314 220 0 10 43 15 57 65 110
Binary 11011101 11001100 10010000 0 1000 100011 1101 101111 110101 1001000

Color Harmonies of #DDCC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC90

Black with #DDCC90

Text Example


Text Example

White with #DDCC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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