Html Css Color HEX #D5C18C Straw

📋 copy color: '#D5C18C'

red 213 ◦ green 193 ◦ blue 140

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

Shades of Straw #D5C18C

Tints of Straw #D5C18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.64%

R = 39.01%
G = 35.35%
B = 25.64%

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

#D5C18C (or 0xD5C18C) is known color: Straw. HEX triplet: D5, C1 and 8C. RGB value is (213,193,140). Sum of RGB (Red+Green+Blue) = 213+193+140=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C18C is #2A3E73. Grayscale: #C1C1C1. Windows color (decimal): -2768500 or 9224661. OLE color: 9224661.

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

Color convert

RGB 213 193 140 -
CMYK 0 0.09 0.34 0.16
HSL 43.56º 0.46% 0.69% -
HSV(B) 43.56º 0.34% 0.84% -
XYZ 51.24 54.18 32.57 -
YUV 192.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 213 193 140 0 0.09 0.34 0.16 43.56 0.46 0.69
Hex D5 C1 8C 0 9 22 10 2C 2E 45
Octal 325 301 214 0 11 42 20 54 56 105
Binary 11010101 11000001 10001100 0 1001 100010 10000 101100 101110 1000101

Color Harmonies of #D5C18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C18C

Black with #D5C18C

Text Example


Text Example

White with #D5C18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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