Html Css Color HEX #DCCC90 Tahuna Sands

📋 copy color: '#DCCC90'

red 220 ◦ green 204 ◦ blue 144

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

Shades of Tahuna Sands #DCCC90

Tints of Tahuna Sands #DCCC90

RGB

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

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

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

R = 38.73%
G = 35.92%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCCC90 (or 0xDCCC90) is known color: Tahuna Sands. HEX triplet: DC, CC and 90. RGB value is (220,204,144). Sum of RGB (Red+Green+Blue) = 220+204+144=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC90 is #23336F. Grayscale: #CACACA. Windows color (decimal): -2306928 or 9489628. OLE color: 9489628.

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

Color convert

RGB 220 204 144 -
CMYK 0 0.07 0.35 0.14
HSL 47.37º 0.52% 0.71% -
HSV(B) 47.37º 0.35% 0.86% -
XYZ 56.14 60.41 35.09 -
YUV 201.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 220 204 144 0 0.07 0.35 0.14 47.37 0.52 0.71
Hex DC CC 90 0 7 23 E 2F 34 47
Octal 334 314 220 0 7 43 16 57 64 107
Binary 11011100 11001100 10010000 0 111 100011 1110 101111 110100 1000111

Color Harmonies of #DCCC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC90

Black with #DCCC90

Text Example


Text Example

White with #DCCC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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