Html Css Color HEX #D5C292 Tahuna Sands

📋 copy color: '#D5C292'

red 213 ◦ green 194 ◦ blue 146

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

Shades of Tahuna Sands #D5C292

Tints of Tahuna Sands #D5C292

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.08%

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

R = 38.52%
G = 35.08%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5C292 (or 0xD5C292) is known color: Tahuna Sands. HEX triplet: D5, C2 and 92. RGB value is (213,194,146). Sum of RGB (Red+Green+Blue) = 213+194+146=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C292 is #2A3D6D. Grayscale: #C2C2C2. Windows color (decimal): -2768238 or 9618133. OLE color: 9618133.

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

Color convert

RGB 213 194 146 -
CMYK 0 0.09 0.31 0.16
HSL 42.99º 0.44% 0.7% -
HSV(B) 42.99º 0.31% 0.84% -
XYZ 51.92 54.81 35.04 -
YUV 194.21 100.79 141.4 -
System Red Green Blue C M Y K H S L
Decimal 213 194 146 0 0.09 0.31 0.16 42.99 0.44 0.7
Hex D5 C2 92 0 9 1F 10 2B 2C 46
Octal 325 302 222 0 11 37 20 53 54 106
Binary 11010101 11000010 10010010 0 1001 11111 10000 101011 101100 1000110

Color Harmonies of #D5C292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C292

Black with #D5C292

Text Example


Text Example

White with #D5C292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C292; }

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

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

background-color css

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

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

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

border-color css

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

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

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