Html Css Color HEX #D4BD7D Straw

📋 copy color: '#D4BD7D'

red 212 ◦ green 189 ◦ blue 125

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

Shades of Straw #D4BD7D

Tints of Straw #D4BD7D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.93%

 BLUE value IS 125 (49.22% from 255) = 23.76%

R = 40.3%
G = 35.93%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4BD7D (or 0xD4BD7D) is known color: Straw. HEX triplet: D4, BD and 7D. RGB value is (212,189,125). Sum of RGB (Red+Green+Blue) = 212+189+125=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BD7D is #2B4282. Grayscale: #BCBCBC. Windows color (decimal): -2835075 or 8240596. OLE color: 8240596.

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

Color convert

RGB 212 189 125 -
CMYK 0 0.11 0.41 0.17
HSL 44.14º 0.5% 0.66% -
HSV(B) 44.14º 0.41% 0.83% -
XYZ 49.05 51.87 26.83 -
YUV 188.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 212 189 125 0 0.11 0.41 0.17 44.14 0.5 0.66
Hex D4 BD 7D 0 B 29 11 2C 32 42
Octal 324 275 175 0 13 51 21 54 62 102
Binary 11010100 10111101 1111101 0 1011 101001 10001 101100 110010 1000010

Color Harmonies of #D4BD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BD7D

Black with #D4BD7D

Text Example


Text Example

White with #D4BD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BD7D; }

 p { color: rgb(212,189,125); }

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

background-color css

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

 a { background-color: rgb(212,189,125); }

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

border-color css

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

 span { border-color: rgb(212,189,125); }

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