Html Css Color HEX #D6C790 Tahuna Sands

📋 copy color: '#D6C790'

red 214 ◦ green 199 ◦ blue 144

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

Shades of Tahuna Sands #D6C790

Tints of Tahuna Sands #D6C790

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.73%

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

R = 38.42%
G = 35.73%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6C790 (or 0xD6C790) is known color: Tahuna Sands. HEX triplet: D6, C7 and 90. RGB value is (214,199,144). Sum of RGB (Red+Green+Blue) = 214+199+144=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C790 is #29386F. Grayscale: #C5C5C5. Windows color (decimal): -2701424 or 9488342. OLE color: 9488342.

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

Color convert

RGB 214 199 144 -
CMYK 0 0.07 0.33 0.16
HSL 47.14º 0.46% 0.7% -
HSV(B) 47.14º 0.33% 0.84% -
XYZ 53.19 57.16 34.61 -
YUV 197.22 97.97 139.97 -
System Red Green Blue C M Y K H S L
Decimal 214 199 144 0 0.07 0.33 0.16 47.14 0.46 0.7
Hex D6 C7 90 0 7 21 10 2F 2E 46
Octal 326 307 220 0 7 41 20 57 56 106
Binary 11010110 11000111 10010000 0 111 100001 10000 101111 101110 1000110

Color Harmonies of #D6C790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C790

Black with #D6C790

Text Example


Text Example

White with #D6C790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C790; }

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

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

background-color css

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

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

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

border-color css

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

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

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