Html Css Color HEX #D6CD90 Tahuna Sands

📋 copy color: '#D6CD90'

red 214 ◦ green 205 ◦ blue 144

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

Shades of Tahuna Sands #D6CD90

Tints of Tahuna Sands #D6CD90

RGB

 RED value IS 214 (83.98% from 255) = 38.01%

 GREEN value IS 205 (80.47% from 255) = 36.41%

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

R = 38.01%
G = 36.41%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6CD90 (or 0xD6CD90) is known color: Tahuna Sands. HEX triplet: D6, CD and 90. RGB value is (214,205,144). Sum of RGB (Red+Green+Blue) = 214+205+144=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CD90 is #29326F. Grayscale: #C8C8C8. Windows color (decimal): -2699888 or 9489878. OLE color: 9489878.

HSL color Cylindrical-coordinate representation of color #D6CD90: hue angle of 52.29º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6CD90 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 144 -
CMYK 0 0.04 0.33 0.16
HSL 52.29º 0.46% 0.7% -
HSV(B) 52.29º 0.33% 0.84% -
XYZ 54.6 59.97 35.08 -
YUV 200.74 95.98 137.46 -
System Red Green Blue C M Y K H S L
Decimal 214 205 144 0 0.04 0.33 0.16 52.29 0.46 0.7
Hex D6 CD 90 0 4 21 10 34 2E 46
Octal 326 315 220 0 4 41 20 64 56 106
Binary 11010110 11001101 10010000 0 100 100001 10000 110100 101110 1000110

Color Harmonies of #D6CD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD90

Black with #D6CD90

Text Example


Text Example

White with #D6CD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD90; }

 p { color: rgb(214,205,144); }

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

background-color css

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

 a { background-color: rgb(214,205,144); }

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

border-color css

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

 span { border-color: rgb(214,205,144); }

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