Html Css Color HEX #DCBF81 Straw

📋 copy color: '#DCBF81'

red 220 ◦ green 191 ◦ blue 129

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

Shades of Straw #DCBF81

Tints of Straw #DCBF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.89%

R = 40.74%
G = 35.37%
B = 23.89%

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

#DCBF81 (or 0xDCBF81) is known color: Straw. HEX triplet: DC, BF and 81. RGB value is (220,191,129). Sum of RGB (Red+Green+Blue) = 220+191+129=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF81 is #23407E. Grayscale: #C0C0C0. Windows color (decimal): -2310271 or 8503260. OLE color: 8503260.

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

Color convert

RGB 220 191 129 -
CMYK 0 0.13 0.41 0.14
HSL 40.88º 0.57% 0.68% -
HSV(B) 40.88º 0.41% 0.86% -
XYZ 52.11 54.06 28.46 -
YUV 192.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 220 191 129 0 0.13 0.41 0.14 40.88 0.57 0.68
Hex DC BF 81 0 D 29 E 29 39 44
Octal 334 277 201 0 15 51 16 51 71 104
Binary 11011100 10111111 10000001 0 1101 101001 1110 101001 111001 1000100

Color Harmonies of #DCBF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF81

Black with #DCBF81

Text Example


Text Example

White with #DCBF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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