Html Css Color HEX #D4B978 Straw

📋 copy color: '#D4B978'

red 212 ◦ green 185 ◦ blue 120

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

Shades of Straw #D4B978

Tints of Straw #D4B978

RGB

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

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

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

R = 41.01%
G = 35.78%
B = 23.21%

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

#D4B978 (or 0xD4B978) is known color: Straw. HEX triplet: D4, B9 and 78. RGB value is (212,185,120). Sum of RGB (Red+Green+Blue) = 212+185+120=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B978 is #2B4687. Grayscale: #B9B9B9. Windows color (decimal): -2836104 or 7911892. OLE color: 7911892.

HSL color Cylindrical-coordinate representation of color #D4B978: hue angle of 42.39º 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 #D4B978 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 185 120 -
CMYK 0 0.13 0.43 0.17
HSL 42.39º 0.52% 0.65% -
HSV(B) 42.39º 0.43% 0.83% -
XYZ 47.89 50.05 24.91 -
YUV 185.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 212 185 120 0 0.13 0.43 0.17 42.39 0.52 0.65
Hex D4 B9 78 0 D 2B 11 2A 34 41
Octal 324 271 170 0 15 53 21 52 64 101
Binary 11010100 10111001 1111000 0 1101 101011 10001 101010 110100 1000001

Color Harmonies of #D4B978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B978

Black with #D4B978

Text Example


Text Example

White with #D4B978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B978; }

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

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

background-color css

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

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

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

border-color css

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

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

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