Html Css Color HEX #D5C892 Tahuna Sands

📋 copy color: '#D5C892'

red 213 ◦ green 200 ◦ blue 146

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

Shades of Tahuna Sands #D5C892

Tints of Tahuna Sands #D5C892

RGB

 RED value IS 213 (83.59% from 255) = 38.1%

 GREEN value IS 200 (78.52% from 255) = 35.78%

 BLUE value IS 146 (57.42% from 255) = 26.12%

R = 38.1%
G = 35.78%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5C892 (or 0xD5C892) is known color: Tahuna Sands. HEX triplet: D5, C8 and 92. RGB value is (213,200,146). Sum of RGB (Red+Green+Blue) = 213+200+146=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C892 is #2A376D. Grayscale: #C5C5C5. Windows color (decimal): -2766702 or 9619669. OLE color: 9619669.

HSL color Cylindrical-coordinate representation of color #D5C892: hue angle of 48.36º 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 #D5C892 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 200 146 -
CMYK 0 0.06 0.31 0.16
HSL 48.36º 0.44% 0.7% -
HSV(B) 48.36º 0.31% 0.84% -
XYZ 53.28 57.53 35.49 -
YUV 197.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 213 200 146 0 0.06 0.31 0.16 48.36 0.44 0.7
Hex D5 C8 92 0 6 1F 10 30 2C 46
Octal 325 310 222 0 6 37 20 60 54 106
Binary 11010101 11001000 10010010 0 110 11111 10000 110000 101100 1000110

Color Harmonies of #D5C892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C892

Black with #D5C892

Text Example


Text Example

White with #D5C892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C892; }

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

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

background-color css

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

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

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

border-color css

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

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

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