Html Css Color HEX #D5CF92 Tahuna Sands

📋 copy color: '#D5CF92'

red 213 ◦ green 207 ◦ blue 146

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

Shades of Tahuna Sands #D5CF92

Tints of Tahuna Sands #D5CF92

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.57%

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

R = 37.63%
G = 36.57%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5CF92 (or 0xD5CF92) is known color: Tahuna Sands. HEX triplet: D5, CF and 92. RGB value is (213,207,146). Sum of RGB (Red+Green+Blue) = 213+207+146=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CF92 is #2A306D. Grayscale: #CACACA. Windows color (decimal): -2764910 or 9621461. OLE color: 9621461.

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

Color convert

RGB 213 207 146 -
CMYK 0 0.03 0.31 0.16
HSL 54.63º 0.44% 0.7% -
HSV(B) 54.63º 0.31% 0.84% -
XYZ 54.94 60.85 36.04 -
YUV 201.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 213 207 146 0 0.03 0.31 0.16 54.63 0.44 0.7
Hex D5 CF 92 0 3 1F 10 37 2C 46
Octal 325 317 222 0 3 37 20 67 54 106
Binary 11010101 11001111 10010010 0 11 11111 10000 110111 101100 1000110

Color Harmonies of #D5CF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF92

Black with #D5CF92

Text Example


Text Example

White with #D5CF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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