Html Css Color HEX #D8C184 Straw

📋 copy color: '#D8C184'

red 216 ◦ green 193 ◦ blue 132

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

Shades of Straw #D8C184

Tints of Straw #D8C184

RGB

 RED value IS 216 (84.77% from 255) = 39.93%

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

 BLUE value IS 132 (51.95% from 255) = 24.4%

R = 39.93%
G = 35.67%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D8C184 (or 0xD8C184) is known color: Straw. HEX triplet: D8, C1 and 84. RGB value is (216,193,132). Sum of RGB (Red+Green+Blue) = 216+193+132=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C184 is #273E7B. Grayscale: #C1C1C1. Windows color (decimal): -2571900 or 8700376. OLE color: 8700376.

HSL color Cylindrical-coordinate representation of color #D8C184: hue angle of 43.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8C184 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 193 132 -
CMYK 0 0.11 0.39 0.15
HSL 43.57º 0.52% 0.68% -
HSV(B) 43.57º 0.39% 0.85% -
XYZ 51.55 54.4 29.61 -
YUV 192.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 216 193 132 0 0.11 0.39 0.15 43.57 0.52 0.68
Hex D8 C1 84 0 B 27 F 2C 34 44
Octal 330 301 204 0 13 47 17 54 64 104
Binary 11011000 11000001 10000100 0 1011 100111 1111 101100 110100 1000100

Color Harmonies of #D8C184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C184

Black with #D8C184

Text Example


Text Example

White with #D8C184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C184; }

 p { color: rgb(216,193,132); }

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

background-color css

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

 a { background-color: rgb(216,193,132); }

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

border-color css

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

 span { border-color: rgb(216,193,132); }

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