Html Css Color HEX #D4B97B Straw

📋 copy color: '#D4B97B'

red 212 ◦ green 185 ◦ blue 123

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

Shades of Straw #D4B97B

Tints of Straw #D4B97B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.58%

 BLUE value IS 123 (48.44% from 255) = 23.65%

R = 40.77%
G = 35.58%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4B97B (or 0xD4B97B) is known color: Straw. HEX triplet: D4, B9 and 7B. RGB value is (212,185,123). Sum of RGB (Red+Green+Blue) = 212+185+123=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B97B is #2B4684. Grayscale: #BABABA. Windows color (decimal): -2836101 or 8108500. OLE color: 8108500.

HSL color Cylindrical-coordinate representation of color #D4B97B: hue angle of 41.8º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4B97B is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 185 123 -
CMYK 0 0.13 0.42 0.17
HSL 41.8º 0.51% 0.66% -
HSV(B) 41.8º 0.42% 0.83% -
XYZ 48.08 50.13 25.88 -
YUV 186.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 212 185 123 0 0.13 0.42 0.17 41.8 0.51 0.66
Hex D4 B9 7B 0 D 2A 11 2A 33 42
Octal 324 271 173 0 15 52 21 52 63 102
Binary 11010100 10111001 1111011 0 1101 101010 10001 101010 110011 1000010

Color Harmonies of #D4B97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B97B

Black with #D4B97B

Text Example


Text Example

White with #D4B97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B97B; }

 p { color: rgb(212,185,123); }

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

background-color css

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

 a { background-color: rgb(212,185,123); }

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

border-color css

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

 span { border-color: rgb(212,185,123); }

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