Html Css Color HEX #D6BE7A Straw

📋 copy color: '#D6BE7A'

red 214 ◦ green 190 ◦ blue 122

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

Shades of Straw #D6BE7A

Tints of Straw #D6BE7A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.12%

 BLUE value IS 122 (48.05% from 255) = 23.19%

R = 40.68%
G = 36.12%
B = 23.19%

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

#D6BE7A (or 0xD6BE7A) is known color: Straw. HEX triplet: D6, BE and 7A. RGB value is (214,190,122). Sum of RGB (Red+Green+Blue) = 214+190+122=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BE7A is #294185. Grayscale: #BDBDBD. Windows color (decimal): -2703750 or 8044246. OLE color: 8044246.

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

Color convert

RGB 214 190 122 -
CMYK 0 0.11 0.43 0.16
HSL 44.35º 0.53% 0.66% -
HSV(B) 44.35º 0.43% 0.84% -
XYZ 49.66 52.53 25.93 -
YUV 189.42 89.95 145.53 -
System Red Green Blue C M Y K H S L
Decimal 214 190 122 0 0.11 0.43 0.16 44.35 0.53 0.66
Hex D6 BE 7A 0 B 2B 10 2C 35 42
Octal 326 276 172 0 13 53 20 54 65 102
Binary 11010110 10111110 1111010 0 1011 101011 10000 101100 110101 1000010

Color Harmonies of #D6BE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BE7A

Black with #D6BE7A

Text Example


Text Example

White with #D6BE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BE7A; }

 p { color: rgb(214,190,122); }

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

background-color css

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

 a { background-color: rgb(214,190,122); }

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

border-color css

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

 span { border-color: rgb(214,190,122); }

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