Html Css Color HEX #D0C69F Tahuna Sands

📋 copy color: '#D0C69F'

red 208 ◦ green 198 ◦ blue 159

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

Shades of Tahuna Sands #D0C69F

Tints of Tahuna Sands #D0C69F

RGB

 RED value IS 208 (81.64% from 255) = 36.81%

 GREEN value IS 198 (77.73% from 255) = 35.04%

 BLUE value IS 159 (62.5% from 255) = 28.14%

R = 36.81%
G = 35.04%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0C69F (or 0xD0C69F) is known color: Tahuna Sands. HEX triplet: D0, C6 and 9F. RGB value is (208,198,159). Sum of RGB (Red+Green+Blue) = 208+198+159=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C69F is #2F3960. Grayscale: #C4C4C4. Windows color (decimal): -3094881 or 10471120. OLE color: 10471120.

HSL color Cylindrical-coordinate representation of color #D0C69F: hue angle of 47.76º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0C69F is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 198 159 -
CMYK 0 0.05 0.24 0.18
HSL 47.76º 0.34% 0.72% -
HSV(B) 47.76º 0.24% 0.82% -
XYZ 52.46 56.3 40.9 -
YUV 196.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 208 198 159 0 0.05 0.24 0.18 47.76 0.34 0.72
Hex D0 C6 9F 0 5 18 12 30 22 48
Octal 320 306 237 0 5 30 22 60 42 110
Binary 11010000 11000110 10011111 0 101 11000 10010 110000 100010 1001000

Color Harmonies of #D0C69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C69F

Black with #D0C69F

Text Example


Text Example

White with #D0C69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C69F; }

 p { color: rgb(208,198,159); }

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

background-color css

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

 a { background-color: rgb(208,198,159); }

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

border-color css

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

 span { border-color: rgb(208,198,159); }

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