Html Css Color HEX #D6C08D Straw

📋 copy color: '#D6C08D'

red 214 ◦ green 192 ◦ blue 141

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

Shades of Straw #D6C08D

Tints of Straw #D6C08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.1%

 BLUE value IS 141 (55.47% from 255) = 25.78%

R = 39.12%
G = 35.1%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6C08D (or 0xD6C08D) is known color: Straw. HEX triplet: D6, C0 and 8D. RGB value is (214,192,141). Sum of RGB (Red+Green+Blue) = 214+192+141=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C08D is #293F72. Grayscale: #C0C0C0. Windows color (decimal): -2703219 or 9289942. OLE color: 9289942.

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

Color convert

RGB 214 192 141 -
CMYK 0 0.10 0.34 0.16
HSL 41.92º 0.47% 0.7% -
HSV(B) 41.92º 0.34% 0.84% -
XYZ 51.39 53.92 32.9 -
YUV 192.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 214 192 141 0 0.10 0.34 0.16 41.92 0.47 0.7
Hex D6 C0 8D 0 A 22 10 2A 2F 46
Octal 326 300 215 0 12 42 20 52 57 106
Binary 11010110 11000000 10001101 0 1010 100010 10000 101010 101111 1000110

Color Harmonies of #D6C08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C08D

Black with #D6C08D

Text Example


Text Example

White with #D6C08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C08D; }

 p { color: rgb(214,192,141); }

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

background-color css

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

 a { background-color: rgb(214,192,141); }

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

border-color css

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

 span { border-color: rgb(214,192,141); }

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