Html Css Color HEX #D5C084 Straw

📋 copy color: '#D5C084'

red 213 ◦ green 192 ◦ blue 132

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

Shades of Straw #D5C084

Tints of Straw #D5C084

RGB

 RED value IS 213 (83.59% from 255) = 39.66%

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

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

R = 39.66%
G = 35.75%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D5C084 (or 0xD5C084) is known color: Straw. HEX triplet: D5, C0 and 84. RGB value is (213,192,132). Sum of RGB (Red+Green+Blue) = 213+192+132=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C084 is #2A3F7B. Grayscale: #BFBFBF. Windows color (decimal): -2768764 or 8700117. OLE color: 8700117.

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

Color convert

RGB 213 192 132 -
CMYK 0 0.10 0.38 0.16
HSL 44.44º 0.49% 0.68% -
HSV(B) 44.44º 0.38% 0.84% -
XYZ 50.46 53.51 29.5 -
YUV 191.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 213 192 132 0 0.10 0.38 0.16 44.44 0.49 0.68
Hex D5 C0 84 0 A 26 10 2C 31 44
Octal 325 300 204 0 12 46 20 54 61 104
Binary 11010101 11000000 10000100 0 1010 100110 10000 101100 110001 1000100

Color Harmonies of #D5C084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C084

Black with #D5C084

Text Example


Text Example

White with #D5C084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C084; }

 p { color: rgb(213,192,132); }

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

background-color css

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

 a { background-color: rgb(213,192,132); }

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

border-color css

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

 span { border-color: rgb(213,192,132); }

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