Html Css Color HEX #D9BA7B Straw

📋 copy color: '#D9BA7B'

red 217 ◦ green 186 ◦ blue 123

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

Shades of Straw #D9BA7B

Tints of Straw #D9BA7B

RGB

 RED value IS 217 (85.16% from 255) = 41.25%

 GREEN value IS 186 (73.05% from 255) = 35.36%

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

R = 41.25%
G = 35.36%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9BA7B (or 0xD9BA7B) is known color: Straw. HEX triplet: D9, BA and 7B. RGB value is (217,186,123). Sum of RGB (Red+Green+Blue) = 217+186+123=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA7B is #264584. Grayscale: #BCBCBC. Windows color (decimal): -2508165 or 8108761. OLE color: 8108761.

HSL color Cylindrical-coordinate representation of color #D9BA7B: hue angle of 40.21º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9BA7B is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 123 -
CMYK 0 0.14 0.43 0.15
HSL 40.21º 0.55% 0.67% -
HSV(B) 40.21º 0.43% 0.85% -
XYZ 49.75 51.3 26.02 -
YUV 188.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 217 186 123 0 0.14 0.43 0.15 40.21 0.55 0.67
Hex D9 BA 7B 0 E 2B F 28 37 43
Octal 331 272 173 0 16 53 17 50 67 103
Binary 11011001 10111010 1111011 0 1110 101011 1111 101000 110111 1000011

Color Harmonies of #D9BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA7B

Black with #D9BA7B

Text Example


Text Example

White with #D9BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA7B; }

 p { color: rgb(217,186,123); }

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

background-color css

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

 a { background-color: rgb(217,186,123); }

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

border-color css

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

 span { border-color: rgb(217,186,123); }

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