Html Css Color HEX #D6BE7E Straw

📋 copy color: '#D6BE7E'

red 214 ◦ green 190 ◦ blue 126

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

Shades of Straw #D6BE7E

Tints of Straw #D6BE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.77%

R = 40.38%
G = 35.85%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6BE7E (or 0xD6BE7E) is known color: Straw. HEX triplet: D6, BE and 7E. RGB value is (214,190,126). Sum of RGB (Red+Green+Blue) = 214+190+126=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BE7E is #294181. Grayscale: #BEBEBE. Windows color (decimal): -2703746 or 8306390. OLE color: 8306390.

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

Color convert

RGB 214 190 126 -
CMYK 0 0.11 0.41 0.16
HSL 43.64º 0.52% 0.67% -
HSV(B) 43.64º 0.41% 0.84% -
XYZ 49.91 52.63 27.27 -
YUV 189.88 91.95 145.2 -
System Red Green Blue C M Y K H S L
Decimal 214 190 126 0 0.11 0.41 0.16 43.64 0.52 0.67
Hex D6 BE 7E 0 B 29 10 2C 34 43
Octal 326 276 176 0 13 51 20 54 64 103
Binary 11010110 10111110 1111110 0 1011 101001 10000 101100 110100 1000011

Color Harmonies of #D6BE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BE7E

Black with #D6BE7E

Text Example


Text Example

White with #D6BE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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