Html Css Color HEX #D6C08C Straw

📋 copy color: '#D6C08C'

red 214 ◦ green 192 ◦ blue 140

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

Shades of Straw #D6C08C

Tints of Straw #D6C08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.64%

R = 39.19%
G = 35.16%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6C08C (or 0xD6C08C) is known color: Straw. HEX triplet: D6, C0 and 8C. RGB value is (214,192,140). Sum of RGB (Red+Green+Blue) = 214+192+140=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C08C is #293F73. Grayscale: #C0C0C0. Windows color (decimal): -2703220 or 9224406. OLE color: 9224406.

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

Color convert

RGB 214 192 140 -
CMYK 0 0.10 0.35 0.16
HSL 42.16º 0.47% 0.69% -
HSV(B) 42.16º 0.35% 0.84% -
XYZ 51.31 53.89 32.51 -
YUV 192.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 214 192 140 0 0.10 0.35 0.16 42.16 0.47 0.69
Hex D6 C0 8C 0 A 23 10 2A 2F 45
Octal 326 300 214 0 12 43 20 52 57 105
Binary 11010110 11000000 10001100 0 1010 100011 10000 101010 101111 1000101

Color Harmonies of #D6C08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C08C

Black with #D6C08C

Text Example


Text Example

White with #D6C08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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