#D5CB92

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

Shades of Tahuna Sands #D5CB92

Tints of Tahuna Sands #D5CB92

Color information

#D5CB92 (or 0xD5CB92) is unknown color: approx Tahuna Sands. HEX triplet: D5, CB and 92. RGB value is (213,203,146). Sum of RGB (Red+Green+Blue) = 213+203+146=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CB92 is #2A346D. Grayscale: #C7C7C7. Windows color (decimal): -2765934 or 9620437. OLE color: 9620437.

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

Color convert

RGB213203146-
CMYK00.050.310.16
HSL51.04º44.37%70.39%-
HSV(B)51.04º31.46%83.53%-
XYZ53.9858.9335.72-
YUV199.4997.81137.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 146 (57.42% from 255) = 25.98%
R=37.90%
G=36.12%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320314600.050.310.1651.0444.3770.39
HexD5CB92051F10332c46
Octal3253132220537206354106
Binary110101011100101110010010010111111100001100111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CB92; }

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

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

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

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

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

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

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

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