Html Css Color HEX #D6B67B Straw

📋 copy color: '#D6B67B'

red 214 ◦ green 182 ◦ blue 123

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

Shades of Straw #D6B67B

Tints of Straw #D6B67B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.07%

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

R = 41.23%
G = 35.07%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6B67B (or 0xD6B67B) is known color: Straw. HEX triplet: D6, B6 and 7B. RGB value is (214,182,123). Sum of RGB (Red+Green+Blue) = 214+182+123=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B67B is #294984. Grayscale: #B9B9B9. Windows color (decimal): -2705797 or 8107734. OLE color: 8107734.

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

Color convert

RGB 214 182 123 -
CMYK 0 0.15 0.43 0.16
HSL 38.9º 0.53% 0.66% -
HSV(B) 38.9º 0.43% 0.84% -
XYZ 48.03 49.18 25.7 -
YUV 184.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 214 182 123 0 0.15 0.43 0.16 38.9 0.53 0.66
Hex D6 B6 7B 0 F 2B 10 27 35 42
Octal 326 266 173 0 17 53 20 47 65 102
Binary 11010110 10110110 1111011 0 1111 101011 10000 100111 110101 1000010

Color Harmonies of #D6B67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B67B

Black with #D6B67B

Text Example


Text Example

White with #D6B67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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