Html Css Color HEX #D5C18D Straw

📋 copy color: '#D5C18D'

red 213 ◦ green 193 ◦ blue 141

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

Shades of Straw #D5C18D

Tints of Straw #D5C18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.78%

R = 38.94%
G = 35.28%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5C18D (or 0xD5C18D) is known color: Straw. HEX triplet: D5, C1 and 8D. RGB value is (213,193,141). Sum of RGB (Red+Green+Blue) = 213+193+141=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C18D is #2A3E72. Grayscale: #C1C1C1. Windows color (decimal): -2768499 or 9290197. OLE color: 9290197.

HSL color Cylindrical-coordinate representation of color #D5C18D: hue angle of 43.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5C18D is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 193 141 -
CMYK 0 0.09 0.34 0.16
HSL 43.33º 0.46% 0.69% -
HSV(B) 43.33º 0.34% 0.84% -
XYZ 51.32 54.21 32.96 -
YUV 193.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 213 193 141 0 0.09 0.34 0.16 43.33 0.46 0.69
Hex D5 C1 8D 0 9 22 10 2B 2E 45
Octal 325 301 215 0 11 42 20 53 56 105
Binary 11010101 11000001 10001101 0 1001 100010 10000 101011 101110 1000101

Color Harmonies of #D5C18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C18D

Black with #D5C18D

Text Example


Text Example

White with #D5C18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C18D; }

 p { color: rgb(213,193,141); }

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

background-color css

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

 a { background-color: rgb(213,193,141); }

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

border-color css

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

 span { border-color: rgb(213,193,141); }

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