Html Css Color HEX #D0C69D Tahuna Sands

📋 copy color: '#D0C69D'

red 208 ◦ green 198 ◦ blue 157

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

Shades of Tahuna Sands #D0C69D

Tints of Tahuna Sands #D0C69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.89%

R = 36.94%
G = 35.17%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0C69D (or 0xD0C69D) is known color: Tahuna Sands. HEX triplet: D0, C6 and 9D. RGB value is (208,198,157). Sum of RGB (Red+Green+Blue) = 208+198+157=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C69D is #2F3962. Grayscale: #C4C4C4. Windows color (decimal): -3094883 or 10340048. OLE color: 10340048.

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

Color convert

RGB 208 198 157 -
CMYK 0 0.05 0.25 0.18
HSL 48.24º 0.35% 0.72% -
HSV(B) 48.24º 0.25% 0.82% -
XYZ 52.29 56.23 40 -
YUV 196.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 208 198 157 0 0.05 0.25 0.18 48.24 0.35 0.72
Hex D0 C6 9D 0 5 19 12 30 23 48
Octal 320 306 235 0 5 31 22 60 43 110
Binary 11010000 11000110 10011101 0 101 11001 10010 110000 100011 1001000

Color Harmonies of #D0C69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C69D

Black with #D0C69D

Text Example


Text Example

White with #D0C69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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