Html Css Color HEX #D6BF7B Straw

📋 copy color: '#D6BF7B'

red 214 ◦ green 191 ◦ blue 123

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

Shades of Straw #D6BF7B

Tints of Straw #D6BF7B

RGB

 RED value IS 214 (83.98% from 255) = 40.53%

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

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

R = 40.53%
G = 36.17%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6BF7B (or 0xD6BF7B) is known color: Straw. HEX triplet: D6, BF and 7B. RGB value is (214,191,123). Sum of RGB (Red+Green+Blue) = 214+191+123=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BF7B is #294084. Grayscale: #BEBEBE. Windows color (decimal): -2703493 or 8110038. OLE color: 8110038.

HSL color Cylindrical-coordinate representation of color #D6BF7B: hue angle of 44.84º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6BF7B is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 191 123 -
CMYK 0 0.11 0.43 0.16
HSL 44.84º 0.53% 0.66% -
HSV(B) 44.84º 0.43% 0.84% -
XYZ 49.94 52.99 26.33 -
YUV 190.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 214 191 123 0 0.11 0.43 0.16 44.84 0.53 0.66
Hex D6 BF 7B 0 B 2B 10 2D 35 42
Octal 326 277 173 0 13 53 20 55 65 102
Binary 11010110 10111111 1111011 0 1011 101011 10000 101101 110101 1000010

Color Harmonies of #D6BF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF7B

Black with #D6BF7B

Text Example


Text Example

White with #D6BF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF7B; }

 p { color: rgb(214,191,123); }

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

background-color css

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

 a { background-color: rgb(214,191,123); }

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

border-color css

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

 span { border-color: rgb(214,191,123); }

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