Html Css Color HEX #D4C190 Straw

📋 copy color: '#D4C190'

red 212 ◦ green 193 ◦ blue 144

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

Shades of Straw #D4C190

Tints of Straw #D4C190

RGB

 RED value IS 212 (83.2% from 255) = 38.62%

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

 BLUE value IS 144 (56.64% from 255) = 26.23%

R = 38.62%
G = 35.15%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D4C190 (or 0xD4C190) is known color: Straw. HEX triplet: D4, C1 and 90. RGB value is (212,193,144). Sum of RGB (Red+Green+Blue) = 212+193+144=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C190 is #2B3E6F. Grayscale: #C1C1C1. Windows color (decimal): -2834032 or 9486804. OLE color: 9486804.

HSL color Cylindrical-coordinate representation of color #D4C190: hue angle of 43.24º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4C190 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 193 144 -
CMYK 0 0.09 0.32 0.17
HSL 43.24º 0.44% 0.7% -
HSV(B) 43.24º 0.32% 0.83% -
XYZ 51.26 54.15 34.14 -
YUV 193.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 212 193 144 0 0.09 0.32 0.17 43.24 0.44 0.7
Hex D4 C1 90 0 9 20 11 2B 2C 46
Octal 324 301 220 0 11 40 21 53 54 106
Binary 11010100 11000001 10010000 0 1001 100000 10001 101011 101100 1000110

Color Harmonies of #D4C190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C190

Black with #D4C190

Text Example


Text Example

White with #D4C190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C190; }

 p { color: rgb(212,193,144); }

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

background-color css

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

 a { background-color: rgb(212,193,144); }

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

border-color css

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

 span { border-color: rgb(212,193,144); }

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