Html Css Color HEX #D2BB7A Straw

📋 copy color: '#D2BB7A'

red 210 ◦ green 187 ◦ blue 122

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

Shades of Straw #D2BB7A

Tints of Straw #D2BB7A

RGB

 RED value IS 210 (82.42% from 255) = 40.46%

 GREEN value IS 187 (73.44% from 255) = 36.03%

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

R = 40.46%
G = 36.03%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2BB7A (or 0xD2BB7A) is known color: Straw. HEX triplet: D2, BB and 7A. RGB value is (210,187,122). Sum of RGB (Red+Green+Blue) = 210+187+122=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BB7A is #2D4485. Grayscale: #BABABA. Windows color (decimal): -2966662 or 8043474. OLE color: 8043474.

HSL color Cylindrical-coordinate representation of color #D2BB7A: hue angle of 44.32º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2BB7A is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 187 122 -
CMYK 0 0.11 0.42 0.18
HSL 44.32º 0.49% 0.65% -
HSV(B) 44.32º 0.42% 0.82% -
XYZ 47.86 50.65 25.67 -
YUV 186.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 210 187 122 0 0.11 0.42 0.18 44.32 0.49 0.65
Hex D2 BB 7A 0 B 2A 12 2C 31 41
Octal 322 273 172 0 13 52 22 54 61 101
Binary 11010010 10111011 1111010 0 1011 101010 10010 101100 110001 1000001

Color Harmonies of #D2BB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BB7A

Black with #D2BB7A

Text Example


Text Example

White with #D2BB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BB7A; }

 p { color: rgb(210,187,122); }

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

background-color css

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

 a { background-color: rgb(210,187,122); }

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

border-color css

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

 span { border-color: rgb(210,187,122); }

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