Html Css Color HEX #DCBF7E Straw

📋 copy color: '#DCBF7E'

red 220 ◦ green 191 ◦ blue 126

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

Shades of Straw #DCBF7E

Tints of Straw #DCBF7E

RGB

 RED value IS 220 (86.33% from 255) = 40.97%

 GREEN value IS 191 (75% from 255) = 35.57%

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

R = 40.97%
G = 35.57%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCBF7E (or 0xDCBF7E) is known color: Straw. HEX triplet: DC, BF and 7E. RGB value is (220,191,126). Sum of RGB (Red+Green+Blue) = 220+191+126=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF7E is #234081. Grayscale: #C0C0C0. Windows color (decimal): -2310274 or 8306652. OLE color: 8306652.

HSL color Cylindrical-coordinate representation of color #DCBF7E: hue angle of 41.49º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCBF7E is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 126 -
CMYK 0 0.13 0.43 0.14
HSL 41.49º 0.57% 0.68% -
HSV(B) 41.49º 0.43% 0.86% -
XYZ 51.91 53.98 27.42 -
YUV 192.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 220 191 126 0 0.13 0.43 0.14 41.49 0.57 0.68
Hex DC BF 7E 0 D 2B E 29 39 44
Octal 334 277 176 0 15 53 16 51 71 104
Binary 11011100 10111111 1111110 0 1101 101011 1110 101001 111001 1000100

Color Harmonies of #DCBF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF7E

Black with #DCBF7E

Text Example


Text Example

White with #DCBF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF7E; }

 p { color: rgb(220,191,126); }

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

background-color css

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

 a { background-color: rgb(220,191,126); }

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

border-color css

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

 span { border-color: rgb(220,191,126); }

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