Html Css Color HEX #D5CF98 Tahuna Sands

📋 copy color: '#D5CF98'

red 213 ◦ green 207 ◦ blue 152

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

Shades of Tahuna Sands #D5CF98

Tints of Tahuna Sands #D5CF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.57%

R = 37.24%
G = 36.19%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D5CF98 (or 0xD5CF98) is known color: Tahuna Sands. HEX triplet: D5, CF and 98. RGB value is (213,207,152). Sum of RGB (Red+Green+Blue) = 213+207+152=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CF98 is #2A3067. Grayscale: #CACACA. Windows color (decimal): -2764904 or 10014677. OLE color: 10014677.

HSL color Cylindrical-coordinate representation of color #D5CF98: hue angle of 54.1º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5CF98 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 207 152 -
CMYK 0 0.03 0.29 0.16
HSL 54.1º 0.42% 0.72% -
HSV(B) 54.1º 0.29% 0.84% -
XYZ 55.42 61.04 38.57 -
YUV 202.52 99.49 135.47 -
System Red Green Blue C M Y K H S L
Decimal 213 207 152 0 0.03 0.29 0.16 54.1 0.42 0.72
Hex D5 CF 98 0 3 1D 10 36 2A 48
Octal 325 317 230 0 3 35 20 66 52 110
Binary 11010101 11001111 10011000 0 11 11101 10000 110110 101010 1001000

Color Harmonies of #D5CF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF98

Black with #D5CF98

Text Example


Text Example

White with #D5CF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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