Html Css Color HEX #D0C699 Tahuna Sands

📋 copy color: '#D0C699'

red 208 ◦ green 198 ◦ blue 153

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

Shades of Tahuna Sands #D0C699

Tints of Tahuna Sands #D0C699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.37%

R = 37.21%
G = 35.42%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0C699 (or 0xD0C699) is known color: Tahuna Sands. HEX triplet: D0, C6 and 99. RGB value is (208,198,153). Sum of RGB (Red+Green+Blue) = 208+198+153=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C699 is #2F3966. Grayscale: #C4C4C4. Windows color (decimal): -3094887 or 10077904. OLE color: 10077904.

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

Color convert

RGB 208 198 153 -
CMYK 0 0.05 0.26 0.18
HSL 49.09º 0.37% 0.71% -
HSV(B) 49.09º 0.26% 0.82% -
XYZ 51.96 56.1 38.23 -
YUV 195.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 208 198 153 0 0.05 0.26 0.18 49.09 0.37 0.71
Hex D0 C6 99 0 5 1A 12 31 25 47
Octal 320 306 231 0 5 32 22 61 45 107
Binary 11010000 11000110 10011001 0 101 11010 10010 110001 100101 1000111

Color Harmonies of #D0C699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C699

Black with #D0C699

Text Example


Text Example

White with #D0C699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C699; }

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

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

background-color css

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

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

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

border-color css

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

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

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