Html Css Color HEX #DCD090 Tahuna Sands

📋 copy color: '#DCD090'

red 220 ◦ green 208 ◦ blue 144

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

Shades of Tahuna Sands #DCD090

Tints of Tahuna Sands #DCD090

RGB

 RED value IS 220 (86.33% from 255) = 38.46%

 GREEN value IS 208 (81.64% from 255) = 36.36%

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

R = 38.46%
G = 36.36%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCD090 (or 0xDCD090) is known color: Tahuna Sands. HEX triplet: DC, D0 and 90. RGB value is (220,208,144). Sum of RGB (Red+Green+Blue) = 220+208+144=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD090 is #232F6F. Grayscale: #CCCCCC. Windows color (decimal): -2305904 or 9490652. OLE color: 9490652.

HSL color Cylindrical-coordinate representation of color #DCD090: hue angle of 50.53º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCD090 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 144 -
CMYK 0 0.05 0.35 0.14
HSL 50.53º 0.52% 0.71% -
HSV(B) 50.53º 0.35% 0.86% -
XYZ 57.11 62.34 35.41 -
YUV 204.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 220 208 144 0 0.05 0.35 0.14 50.53 0.52 0.71
Hex DC D0 90 0 5 23 E 33 34 47
Octal 334 320 220 0 5 43 16 63 64 107
Binary 11011100 11010000 10010000 0 101 100011 1110 110011 110100 1000111

Color Harmonies of #DCD090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD090

Black with #DCD090

Text Example


Text Example

White with #DCD090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD090; }

 p { color: rgb(220,208,144); }

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

background-color css

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

 a { background-color: rgb(220,208,144); }

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

border-color css

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

 span { border-color: rgb(220,208,144); }

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