Html Css Color HEX #D6C18A Straw

📋 copy color: '#D6C18A'

red 214 ◦ green 193 ◦ blue 138

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

Shades of Straw #D6C18A

Tints of Straw #D6C18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.32%

R = 39.27%
G = 35.41%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6C18A (or 0xD6C18A) is known color: Straw. HEX triplet: D6, C1 and 8A. RGB value is (214,193,138). Sum of RGB (Red+Green+Blue) = 214+193+138=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C18A is #293E75. Grayscale: #C1C1C1. Windows color (decimal): -2702966 or 9093590. OLE color: 9093590.

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

Color convert

RGB 214 193 138 -
CMYK 0 0.10 0.36 0.16
HSL 43.42º 0.48% 0.69% -
HSV(B) 43.42º 0.36% 0.84% -
XYZ 51.39 54.27 31.81 -
YUV 193.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 214 193 138 0 0.10 0.36 0.16 43.42 0.48 0.69
Hex D6 C1 8A 0 A 24 10 2B 30 45
Octal 326 301 212 0 12 44 20 53 60 105
Binary 11010110 11000001 10001010 0 1010 100100 10000 101011 110000 1000101

Color Harmonies of #D6C18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C18A

Black with #D6C18A

Text Example


Text Example

White with #D6C18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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