Html Css Color HEX #D4BF7F Straw

📋 copy color: '#D4BF7F'

red 212 ◦ green 191 ◦ blue 127

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

Shades of Straw #D4BF7F

Tints of Straw #D4BF7F

RGB

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

 GREEN value IS 191 (75% from 255) = 36.04%

 BLUE value IS 127 (50% from 255) = 23.96%

R = 40%
G = 36.04%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4BF7F (or 0xD4BF7F) is known color: Straw. HEX triplet: D4, BF and 7F. RGB value is (212,191,127). Sum of RGB (Red+Green+Blue) = 212+191+127=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BF7F is #2B4080. Grayscale: #BEBEBE. Windows color (decimal): -2834561 or 8372180. OLE color: 8372180.

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

Color convert

RGB 212 191 127 -
CMYK 0 0.10 0.40 0.17
HSL 45.18º 0.5% 0.66% -
HSV(B) 45.18º 0.4% 0.83% -
XYZ 49.61 52.79 27.65 -
YUV 189.98 92.46 143.7 -
System Red Green Blue C M Y K H S L
Decimal 212 191 127 0 0.10 0.40 0.17 45.18 0.5 0.66
Hex D4 BF 7F 0 A 28 11 2D 32 42
Octal 324 277 177 0 12 50 21 55 62 102
Binary 11010100 10111111 1111111 0 1010 101000 10001 101101 110010 1000010

Color Harmonies of #D4BF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF7F

Black with #D4BF7F

Text Example


Text Example

White with #D4BF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF7F; }

 p { color: rgb(212,191,127); }

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

background-color css

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

 a { background-color: rgb(212,191,127); }

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

border-color css

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

 span { border-color: rgb(212,191,127); }

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