Html Css Color HEX #D6C188 Straw

📋 copy color: '#D6C188'

red 214 ◦ green 193 ◦ blue 136

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

Shades of Straw #D6C188

Tints of Straw #D6C188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.05%

R = 39.41%
G = 35.54%
B = 25.05%

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

#D6C188 (or 0xD6C188) is known color: Straw. HEX triplet: D6, C1 and 88. RGB value is (214,193,136). Sum of RGB (Red+Green+Blue) = 214+193+136=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C188 is #293E77. Grayscale: #C1C1C1. Windows color (decimal): -2702968 or 8962518. OLE color: 8962518.

HSL color Cylindrical-coordinate representation of color #D6C188: hue angle of 43.85º degrees, saturation: 0.49, 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 #D6C188 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 193 136 -
CMYK 0 0.10 0.36 0.16
HSL 43.85º 0.49% 0.69% -
HSV(B) 43.85º 0.36% 0.84% -
XYZ 51.25 54.21 31.06 -
YUV 192.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 214 193 136 0 0.10 0.36 0.16 43.85 0.49 0.69
Hex D6 C1 88 0 A 24 10 2C 31 45
Octal 326 301 210 0 12 44 20 54 61 105
Binary 11010110 11000001 10001000 0 1010 100100 10000 101100 110001 1000101

Color Harmonies of #D6C188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C188

Black with #D6C188

Text Example


Text Example

White with #D6C188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C188; }

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

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

background-color css

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

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

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

border-color css

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

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

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