Html Css Color HEX #DCBC81 Straw

📋 copy color: '#DCBC81'

red 220 ◦ green 188 ◦ blue 129

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

Shades of Straw #DCBC81

Tints of Straw #DCBC81

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.01%

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

R = 40.97%
G = 35.01%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCBC81 (or 0xDCBC81) is known color: Straw. HEX triplet: DC, BC and 81. RGB value is (220,188,129). Sum of RGB (Red+Green+Blue) = 220+188+129=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC81 is #23437E. Grayscale: #BFBFBF. Windows color (decimal): -2311039 or 8502492. OLE color: 8502492.

HSL color Cylindrical-coordinate representation of color #DCBC81: hue angle of 38.9º 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 #DCBC81 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 188 129 -
CMYK 0 0.15 0.41 0.14
HSL 38.9º 0.57% 0.68% -
HSV(B) 38.9º 0.41% 0.86% -
XYZ 51.46 52.77 28.24 -
YUV 190.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 220 188 129 0 0.15 0.41 0.14 38.9 0.57 0.68
Hex DC BC 81 0 F 29 E 27 39 44
Octal 334 274 201 0 17 51 16 47 71 104
Binary 11011100 10111100 10000001 0 1111 101001 1110 100111 111001 1000100

Color Harmonies of #DCBC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC81

Black with #DCBC81

Text Example


Text Example

White with #DCBC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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