Html Css Color HEX #DCBF82 Straw

📋 copy color: '#DCBF82'

red 220 ◦ green 191 ◦ blue 130

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

Shades of Straw #DCBF82

Tints of Straw #DCBF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.03%

R = 40.67%
G = 35.3%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCBF82 (or 0xDCBF82) is known color: Straw. HEX triplet: DC, BF and 82. RGB value is (220,191,130). Sum of RGB (Red+Green+Blue) = 220+191+130=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF82 is #23407D. Grayscale: #C0C0C0. Windows color (decimal): -2310270 or 8568796. OLE color: 8568796.

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

Color convert

RGB 220 191 130 -
CMYK 0 0.13 0.41 0.14
HSL 40.67º 0.56% 0.69% -
HSV(B) 40.67º 0.41% 0.86% -
XYZ 52.18 54.09 28.81 -
YUV 192.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 220 191 130 0 0.13 0.41 0.14 40.67 0.56 0.69
Hex DC BF 82 0 D 29 E 29 38 45
Octal 334 277 202 0 15 51 16 51 70 105
Binary 11011100 10111111 10000010 0 1101 101001 1110 101001 111000 1000101

Color Harmonies of #DCBF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF82

Black with #DCBF82

Text Example


Text Example

White with #DCBF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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