Html Css Color HEX #D6C082 Straw

📋 copy color: '#D6C082'

red 214 ◦ green 192 ◦ blue 130

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

Shades of Straw #D6C082

Tints of Straw #D6C082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.25%

R = 39.93%
G = 35.82%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D6C082 (or 0xD6C082) is known color: Straw. HEX triplet: D6, C0 and 82. RGB value is (214,192,130). Sum of RGB (Red+Green+Blue) = 214+192+130=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C082 is #293F7D. Grayscale: #BFBFBF. Windows color (decimal): -2703230 or 8569046. OLE color: 8569046.

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

Color convert

RGB 214 192 130 -
CMYK 0 0.10 0.39 0.16
HSL 44.29º 0.51% 0.67% -
HSV(B) 44.29º 0.39% 0.84% -
XYZ 50.61 53.61 28.8 -
YUV 191.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 214 192 130 0 0.10 0.39 0.16 44.29 0.51 0.67
Hex D6 C0 82 0 A 27 10 2C 33 43
Octal 326 300 202 0 12 47 20 54 63 103
Binary 11010110 11000000 10000010 0 1010 100111 10000 101100 110011 1000011

Color Harmonies of #D6C082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C082

Black with #D6C082

Text Example


Text Example

White with #D6C082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C082; }

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

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

background-color css

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

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

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

border-color css

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

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

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