Html Css Color HEX #D5CF8F Tahuna Sands

📋 copy color: '#D5CF8F'

red 213 ◦ green 207 ◦ blue 143

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

Shades of Tahuna Sands #D5CF8F

Tints of Tahuna Sands #D5CF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.4%

R = 37.83%
G = 36.77%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5CF8F (or 0xD5CF8F) is known color: Tahuna Sands. HEX triplet: D5, CF and 8F. RGB value is (213,207,143). Sum of RGB (Red+Green+Blue) = 213+207+143=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CF8F is #2A3070. Grayscale: #C9C9C9. Windows color (decimal): -2764913 or 9424853. OLE color: 9424853.

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

Color convert

RGB 213 207 143 -
CMYK 0 0.03 0.33 0.16
HSL 54.86º 0.45% 0.7% -
HSV(B) 54.86º 0.33% 0.84% -
XYZ 54.71 60.75 34.83 -
YUV 201.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 213 207 143 0 0.03 0.33 0.16 54.86 0.45 0.7
Hex D5 CF 8F 0 3 21 10 37 2D 46
Octal 325 317 217 0 3 41 20 67 55 106
Binary 11010101 11001111 10001111 0 11 100001 10000 110111 101101 1000110

Color Harmonies of #D5CF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF8F

Black with #D5CF8F

Text Example


Text Example

White with #D5CF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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