Html Css Color HEX #DCCA90 Tahuna Sands

📋 copy color: '#DCCA90'

red 220 ◦ green 202 ◦ blue 144

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

Shades of Tahuna Sands #DCCA90

Tints of Tahuna Sands #DCCA90

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.69%

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

R = 38.87%
G = 35.69%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCCA90 (or 0xDCCA90) is known color: Tahuna Sands. HEX triplet: DC, CA and 90. RGB value is (220,202,144). Sum of RGB (Red+Green+Blue) = 220+202+144=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA90 is #23356F. Grayscale: #C9C9C9. Windows color (decimal): -2307440 or 9489116. OLE color: 9489116.

HSL color Cylindrical-coordinate representation of color #DCCA90: hue angle of 45.79º 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 #DCCA90 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 144 -
CMYK 0 0.08 0.35 0.14
HSL 45.79º 0.52% 0.71% -
HSV(B) 45.79º 0.35% 0.86% -
XYZ 55.67 59.47 34.93 -
YUV 200.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 220 202 144 0 0.08 0.35 0.14 45.79 0.52 0.71
Hex DC CA 90 0 8 23 E 2E 34 47
Octal 334 312 220 0 10 43 16 56 64 107
Binary 11011100 11001010 10010000 0 1000 100011 1110 101110 110100 1000111

Color Harmonies of #DCCA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA90

Black with #DCCA90

Text Example


Text Example

White with #DCCA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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