Html Css Color HEX #D6C181 Straw

📋 copy color: '#D6C181'

red 214 ◦ green 193 ◦ blue 129

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

Shades of Straw #D6C181

Tints of Straw #D6C181

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.01%

 BLUE value IS 129 (50.78% from 255) = 24.07%

R = 39.93%
G = 36.01%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D6C181 (or 0xD6C181) is known color: Straw. HEX triplet: D6, C1 and 81. RGB value is (214,193,129). Sum of RGB (Red+Green+Blue) = 214+193+129=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C181 is #293E7E. Grayscale: #C0C0C0. Windows color (decimal): -2702975 or 8503766. OLE color: 8503766.

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

Color convert

RGB 214 193 129 -
CMYK 0 0.10 0.40 0.16
HSL 45.18º 0.51% 0.67% -
HSV(B) 45.18º 0.4% 0.84% -
XYZ 50.76 54.02 28.52 -
YUV 191.98 92.46 143.7 -
System Red Green Blue C M Y K H S L
Decimal 214 193 129 0 0.10 0.40 0.16 45.18 0.51 0.67
Hex D6 C1 81 0 A 28 10 2D 33 43
Octal 326 301 201 0 12 50 20 55 63 103
Binary 11010110 11000001 10000001 0 1010 101000 10000 101101 110011 1000011

Color Harmonies of #D6C181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C181

Black with #D6C181

Text Example


Text Example

White with #D6C181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C181; }

 p { color: rgb(214,193,129); }

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

background-color css

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

 a { background-color: rgb(214,193,129); }

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

border-color css

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

 span { border-color: rgb(214,193,129); }

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