Html Css Color HEX #D6C88F Tahuna Sands

📋 copy color: '#D6C88F'

red 214 ◦ green 200 ◦ blue 143

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

Shades of Tahuna Sands #D6C88F

Tints of Tahuna Sands #D6C88F

RGB

 RED value IS 214 (83.98% from 255) = 38.42%

 GREEN value IS 200 (78.52% from 255) = 35.91%

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

R = 38.42%
G = 35.91%
B = 25.67%

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

#D6C88F (or 0xD6C88F) is known color: Tahuna Sands. HEX triplet: D6, C8 and 8F. RGB value is (214,200,143). Sum of RGB (Red+Green+Blue) = 214+200+143=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C88F is #293770. Grayscale: #C5C5C5. Windows color (decimal): -2701169 or 9423062. OLE color: 9423062.

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

Color convert

RGB 214 200 143 -
CMYK 0 0.07 0.33 0.16
HSL 48.17º 0.46% 0.7% -
HSV(B) 48.17º 0.33% 0.84% -
XYZ 53.34 57.59 34.29 -
YUV 197.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 214 200 143 0 0.07 0.33 0.16 48.17 0.46 0.7
Hex D6 C8 8F 0 7 21 10 30 2E 46
Octal 326 310 217 0 7 41 20 60 56 106
Binary 11010110 11001000 10001111 0 111 100001 10000 110000 101110 1000110

Color Harmonies of #D6C88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C88F

Black with #D6C88F

Text Example


Text Example

White with #D6C88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C88F; }

 p { color: rgb(214,200,143); }

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

background-color css

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

 a { background-color: rgb(214,200,143); }

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

border-color css

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

 span { border-color: rgb(214,200,143); }

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