Html Css Color HEX #D0C698 Tahuna Sands

📋 copy color: '#D0C698'

red 208 ◦ green 198 ◦ blue 152

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

Shades of Tahuna Sands #D0C698

Tints of Tahuna Sands #D0C698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.24%

R = 37.28%
G = 35.48%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D0C698 (or 0xD0C698) is known color: Tahuna Sands. HEX triplet: D0, C6 and 98. RGB value is (208,198,152). Sum of RGB (Red+Green+Blue) = 208+198+152=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C698 is #2F3967. Grayscale: #C3C3C3. Windows color (decimal): -3094888 or 10012368. OLE color: 10012368.

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

Color convert

RGB 208 198 152 -
CMYK 0 0.05 0.27 0.18
HSL 49.29º 0.37% 0.71% -
HSV(B) 49.29º 0.27% 0.82% -
XYZ 51.87 56.07 37.79 -
YUV 195.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 208 198 152 0 0.05 0.27 0.18 49.29 0.37 0.71
Hex D0 C6 98 0 5 1B 12 31 25 47
Octal 320 306 230 0 5 33 22 61 45 107
Binary 11010000 11000110 10011000 0 101 11011 10010 110001 100101 1000111

Color Harmonies of #D0C698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C698

Black with #D0C698

Text Example


Text Example

White with #D0C698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C698; }

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

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

background-color css

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

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

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

border-color css

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

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

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