#D4CB92

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

Shades of Tahuna Sands #D4CB92

Tints of Tahuna Sands #D4CB92

Color information

#D4CB92 (or 0xD4CB92) is unknown color: approx Tahuna Sands. HEX triplet: D4, CB and 92. RGB value is (212,203,146). Sum of RGB (Red+Green+Blue) = 212+203+146=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CB92 is #2B346D. Grayscale: #C7C7C7. Windows color (decimal): -2831470 or 9620436. OLE color: 9620436.

HSL color Cylindrical-coordinate representation of color #D4CB92: hue angle of 51.82º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4CB92 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB212203146-
CMYK00.040.310.17
HSL51.82º43.42%70.2%-
HSV(B)51.82º31.13%83.14%-
XYZ53.758.7835.71-
YUV199.1997.98137.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.79%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 146 (57.42% from 255) = 26.02%
R=37.79%
G=36.19%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220314600.040.310.1751.8243.4270.2
HexD4CB92041F11342b46
Octal3243132220437216453106
Binary110101001100101110010010010011111100011101001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CB92; }

 p { color: rgb(212,203,146); }

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

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

 a { background-color: rgb(212,203,146); }

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

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

 span { border-color: rgb(212,203,146); }

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