#D6CC98

Color #D6CC98 Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #D6CC98

Tints of Tahuna Sands #D6CC98

Color information

#D6CC98 (or 0xD6CC98) is unknown color: approx Tahuna Sands. HEX triplet: D6, CC and 98. RGB value is (214,204,152). Sum of RGB (Red+Green+Blue) = 214+204+152=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CC98 is #293367. Grayscale: #C9C9C9. Windows color (decimal): -2700136 or 10013910. OLE color: 10013910.

HSL color Cylindrical-coordinate representation of color #D6CC98: hue angle of 50.32º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6CC98 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214204152-
CMYK00.050.290.16
HSL50.32º43.06%71.76%-
HSV(B)50.32º28.97%83.92%-
XYZ54.9959.7538.34-
YUV201.06100.31137.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 152 (59.77% from 255) = 26.67%
R=37.54%
G=35.79%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420415200.050.290.1650.3243.0671.76
HexD6CC98051D10322b48
Octal3263142300535206253110
Binary110101101100110010011000010111101100001100101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CC98; }

 p { color: rgb(214,204,152); }

 H1.HeaderClassName
 {
   color: #D6CC98;
 }
 .AnyTagClassName
 {
   color: #D6CC98;
 }
</style>
background-color css

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

 a { background-color: rgb(214,204,152); }

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

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

 span { border-color: rgb(214,204,152); }

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