Html Css Color HEX #D4B878 Straw

📋 copy color: '#D4B878'

red 212 ◦ green 184 ◦ blue 120

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

Shades of Straw #D4B878

Tints of Straw #D4B878

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.66%

 BLUE value IS 120 (47.27% from 255) = 23.26%

R = 41.09%
G = 35.66%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D4B878 (or 0xD4B878) is known color: Straw. HEX triplet: D4, B8 and 78. RGB value is (212,184,120). Sum of RGB (Red+Green+Blue) = 212+184+120=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B878 is #2B4787. Grayscale: #B9B9B9. Windows color (decimal): -2836360 or 7911636. OLE color: 7911636.

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

Color convert

RGB 212 184 120 -
CMYK 0 0.13 0.43 0.17
HSL 41.74º 0.52% 0.65% -
HSV(B) 41.74º 0.43% 0.83% -
XYZ 47.68 49.63 24.84 -
YUV 185.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 212 184 120 0 0.13 0.43 0.17 41.74 0.52 0.65
Hex D4 B8 78 0 D 2B 11 2A 34 41
Octal 324 270 170 0 15 53 21 52 64 101
Binary 11010100 10111000 1111000 0 1101 101011 10001 101010 110100 1000001

Color Harmonies of #D4B878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B878

Black with #D4B878

Text Example


Text Example

White with #D4B878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B878; }

 p { color: rgb(212,184,120); }

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

background-color css

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

 a { background-color: rgb(212,184,120); }

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

border-color css

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

 span { border-color: rgb(212,184,120); }

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