Html Css Color HEX #D5C68F Tahuna Sands

📋 copy color: '#D5C68F'

red 213 ◦ green 198 ◦ blue 143

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

Shades of Tahuna Sands #D5C68F

Tints of Tahuna Sands #D5C68F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.74%

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

R = 38.45%
G = 35.74%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5C68F (or 0xD5C68F) is known color: Tahuna Sands. HEX triplet: D5, C6 and 8F. RGB value is (213,198,143). Sum of RGB (Red+Green+Blue) = 213+198+143=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C68F is #2A3970. Grayscale: #C4C4C4. Windows color (decimal): -2767217 or 9422549. OLE color: 9422549.

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

Color convert

RGB 213 198 143 -
CMYK 0 0.07 0.33 0.16
HSL 47.14º 0.45% 0.7% -
HSV(B) 47.14º 0.33% 0.84% -
XYZ 52.59 56.52 34.12 -
YUV 196.22 97.97 139.97 -
System Red Green Blue C M Y K H S L
Decimal 213 198 143 0 0.07 0.33 0.16 47.14 0.45 0.7
Hex D5 C6 8F 0 7 21 10 2F 2D 46
Octal 325 306 217 0 7 41 20 57 55 106
Binary 11010101 11000110 10001111 0 111 100001 10000 101111 101101 1000110

Color Harmonies of #D5C68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C68F

Black with #D5C68F

Text Example


Text Example

White with #D5C68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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