Html Css Color HEX #D5C085 Straw

📋 copy color: '#D5C085'

red 213 ◦ green 192 ◦ blue 133

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

Shades of Straw #D5C085

Tints of Straw #D5C085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.72%

R = 39.59%
G = 35.69%
B = 24.72%

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

#D5C085 (or 0xD5C085) is known color: Straw. HEX triplet: D5, C0 and 85. RGB value is (213,192,133). Sum of RGB (Red+Green+Blue) = 213+192+133=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C085 is #2A3F7A. Grayscale: #BFBFBF. Windows color (decimal): -2768763 or 8765653. OLE color: 8765653.

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

Color convert

RGB 213 192 133 -
CMYK 0 0.10 0.38 0.16
HSL 44.25º 0.49% 0.68% -
HSV(B) 44.25º 0.38% 0.84% -
XYZ 50.52 53.54 29.86 -
YUV 191.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 213 192 133 0 0.10 0.38 0.16 44.25 0.49 0.68
Hex D5 C0 85 0 A 26 10 2C 31 44
Octal 325 300 205 0 12 46 20 54 61 104
Binary 11010101 11000000 10000101 0 1010 100110 10000 101100 110001 1000100

Color Harmonies of #D5C085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C085

Black with #D5C085

Text Example


Text Example

White with #D5C085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C085; }

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

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

background-color css

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

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

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

border-color css

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

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

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