Html Css Color HEX #D8C083 Straw

📋 copy color: '#D8C083'

red 216 ◦ green 192 ◦ blue 131

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

Shades of Straw #D8C083

Tints of Straw #D8C083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.3%

R = 40.07%
G = 35.62%
B = 24.3%

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

#D8C083 (or 0xD8C083) is known color: Straw. HEX triplet: D8, C0 and 83. RGB value is (216,192,131). Sum of RGB (Red+Green+Blue) = 216+192+131=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C083 is #273F7C. Grayscale: #C0C0C0. Windows color (decimal): -2572157 or 8634584. OLE color: 8634584.

HSL color Cylindrical-coordinate representation of color #D8C083: hue angle of 43.06º 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 #D8C083 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 192 131 -
CMYK 0 0.11 0.39 0.15
HSL 43.06º 0.52% 0.68% -
HSV(B) 43.06º 0.39% 0.85% -
XYZ 51.27 53.94 29.18 -
YUV 192.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 216 192 131 0 0.11 0.39 0.15 43.06 0.52 0.68
Hex D8 C0 83 0 B 27 F 2B 34 44
Octal 330 300 203 0 13 47 17 53 64 104
Binary 11011000 11000000 10000011 0 1011 100111 1111 101011 110100 1000100

Color Harmonies of #D8C083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C083

Black with #D8C083

Text Example


Text Example

White with #D8C083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C083; }

 p { color: rgb(216,192,131); }

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

background-color css

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

 a { background-color: rgb(216,192,131); }

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

border-color css

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

 span { border-color: rgb(216,192,131); }

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